fixing build

This commit is contained in:
Megha Joshi
2009-12-03 13:56:04 -08:00
parent b5ad157bab
commit 7d1b833e7d
2 changed files with 4 additions and 3 deletions

View File

@@ -15,13 +15,13 @@
android:id="@+id/randomize"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Randomize"
android:text="@string/randomize"
android:layout_gravity="bottom" />
<Button
android:id="@+id/setwallpaper"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Set Wallpaper"
android:text="@string/set_wallpaper"
android:layout_gravity="bottom" />
</LinearLayout>
</FrameLayout>

View File

@@ -40,7 +40,8 @@
<string name="activity_wallpaper">App/Activity/Wallpaper</string>
<string name="activity_setwallpaper">App/Activity/SetWallpaper</string>
<string name="randomize">Randomize</string>
<string name="set_wallpaper">Set Wallpaper</string>
<string name="activity_translucent">App/Activity/Translucent</string>
<string name="translucent_background">Example of how you can make an
activity have a translucent background, compositing over