ソースを参照

change colors

David 9 年 前
コミット
e02b3f61fb
1 ファイル変更3 行追加2 行削除
  1. 3 2
      app/src/main/res/layout/activity_main.xml

+ 3 - 2
app/src/main/res/layout/activity_main.xml

@@ -5,10 +5,11 @@
     android:layout_height="match_parent"
     android:orientation="vertical">
 
-    <ListView xmlns:android="http://schemas.android.com/apk/res/android"
+    <ListView
         android:id="@+id/listview2"
         android:layout_width="wrap_content"
-        android:layout_height="wrap_content" />
+        android:layout_height="wrap_content"
+        android:background="@color/colorPrimaryDark"/>
 
     <android.support.design.widget.FloatingActionButton
         android:layout_width="wrap_content"