topic_list.singlelineLayout.ItemHeight = 15%y
topic_list.SingleLineLayout.Background = topdr
topic_list.singleLineLayout.Label.TextColor = Colors.white
topic_list.SingleLineLayout.Label.TextSize = fontsize
topic_list.SingleLineLayout.Label.Gravity = Gravity.CENTER_HORIZONTAL
topic_list.TwoLinesLayout.Label.Gravity = Gravity.CENTER_HORIZONTAL
topic_list.TwoLinesLayout.SecondLabel.RemoveView
topic_list.TwoLinesLayout.Label.Left = 0
topic_list.TwoLinesLayout.ItemHeight = topic_list.singlelineLayout.ItemHeight
topic_list.TwoLinesLayout.Label.Height = topic_list.singlelineLayout.Label.Height
topic_list.TwoLinesLayout.Label.TextSize = topic_list.singlelineLayout.Label.textsize
topic_list.TwoLinesLayout.Label.SetBackgroundImage(LoadBitmap(File.DirAssets,"yellow.png"))
topic_list.TwoLinesLayout.Label.TextColor = Colors.black
topic_list.Visible = True