设置共通背景色

This commit is contained in:
zengfantian 2015-10-29 11:01:07 +08:00
parent 649ee26f04
commit fb77a21c85
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
android:id="@+id/ll_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#b0000000"
android:background="@color/common_bg_color"
android:orientation="vertical" >
<TextView