diff --git a/.gitignore b/.gitignore index 21dcde4..720f2a7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .classpath .project .settings +.metadata bin gen lint.xml diff --git a/AIDLDemo/project.properties b/AIDLDemo/project.properties index 730e911..8da376a 100644 --- a/AIDLDemo/project.properties +++ b/AIDLDemo/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-14 +target=android-15 diff --git a/AndroidUIDemo/project.properties b/AndroidUIDemo/project.properties index 730e911..8da376a 100644 --- a/AndroidUIDemo/project.properties +++ b/AndroidUIDemo/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-14 +target=android-15 diff --git a/AndroidUIDemo/res/layout/main.xml b/AndroidUIDemo/res/layout/main.xml index 5c5ddab..f4dbf0d 100644 --- a/AndroidUIDemo/res/layout/main.xml +++ b/AndroidUIDemo/res/layout/main.xml @@ -3,7 +3,7 @@ android:id="@+id/root" android:orientation="vertical" android:gravity="center_horizontal" - android:background="@drawable/lt_grey" + android:background="@color/lt_grey" android:layout_width="match_parent" android:layout_height="wrap_content" android:baselineAligned="false"> @@ -14,12 +14,12 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" - android:background="@drawable/white" + android:background="@color/white" /> @@ -42,14 +42,14 @@