wallpaper-background experiment

Conflicts:

	astrid/res/layout/task_list_activity.xml
pull/14/head
Tim Su 14 years ago
parent 27bd6e8fb6
commit fc043a1d0d

@ -11,4 +11,4 @@ android.library=true
# Indicates whether an apk should be generated for each density. # Indicates whether an apk should be generated for each density.
split.density=false split.density=false
# Project target. # Project target.
target=android-4 target=android-6

@ -23,5 +23,7 @@
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true" android:singleLine="true"
android:gravity="center" /> android:gravity="center" />

@ -19,7 +19,7 @@
<resources> <resources>
<style name="Theme.GreenDroid" parent="@android:style/Theme"> <style name="Theme.GreenDroid" parent="@android:style/Theme.Wallpaper">
<item name="gdTextAppearance">@style/TextAppearance</item> <item name="gdTextAppearance">@style/TextAppearance</item>
<item name="gdTextAppearanceLarge">@style/TextAppearance.Large</item> <item name="gdTextAppearanceLarge">@style/TextAppearance.Large</item>

Loading…
Cancel
Save