summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index f6900b3c2..f081b7428 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -166,20 +166,20 @@
android:layout_height="fill_parent" >
<com.android.gallery3d.filtershow.ui.FramedTextButton
android:id="@+id/aspect"
- android:layout_width="64dip"
- android:layout_height="64dip"
+ android:layout_width="84dip"
+ android:layout_height="84dip"
android:layout_gravity="center_vertical|left"
- android:background="@android:color/transparent"
+ android:background="@drawable/filtershow_button_background"
android:scaleType="centerInside"
android:visibility="gone"
android:text="@string/aspectOriginal_effect" />
<com.android.gallery3d.filtershow.ui.FramedTextButton
android:id="@+id/pickCurvesChannel"
- android:layout_width="64dip"
- android:layout_height="64dip"
+ android:layout_width="84dip"
+ android:layout_height="84dip"
android:layout_gravity="center_vertical|left"
- android:background="@android:color/transparent"
+ android:background="@drawable/filtershow_button_background"
android:scaleType="centerInside"
android:visibility="gone"
android:text="@string/curves_channel_rgb" />