设置共通背景色
This commit is contained in:
parent
649ee26f04
commit
fb77a21c85
|
@ -3,7 +3,7 @@
|
||||||
android:id="@+id/ll_root"
|
android:id="@+id/ll_root"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="#b0000000"
|
android:background="@color/common_bg_color"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|
Loading…
Reference in New Issue