File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 6060 android : textColor =" @color/white" />
6161 </LinearLayout >
6262
63+ <LinearLayout
64+ android : layout_width =" match_parent"
65+ android : layout_height =" wrap_content"
66+ android : layout_marginStart =" 16sp"
67+ android : layout_marginTop =" 16sp"
68+ android : layout_marginEnd =" 16sp"
69+ android : background =" #45FF0000"
70+ android : orientation =" horizontal" >
71+
72+ <TextView
73+ android : id =" @+id/textView5"
74+ android : layout_width =" wrap_content"
75+ android : layout_height =" wrap_content"
76+ android : layout_weight =" 1"
77+ android : padding =" 16sp"
78+ android : text =" This is a development debug build. It contains bugs, unfinished features and issues such as large app sizes."
79+ android : textAlignment =" center"
80+ android : textColor =" ?colorSecondary" />
81+ </LinearLayout >
82+
6383 </LinearLayout >
6484
6585 <LinearLayout
You can’t perform that action at this time.
0 commit comments