diff options
author | nicolasroard <nicolasroard@google.com> | 2012-10-24 16:39:41 -0700 |
---|---|---|
committer | nicolasroard <nicolasroard@google.com> | 2012-10-24 16:40:43 -0700 |
commit | 02c02cdfbf5e075cdcc9953badbb5ee1ae4278f4 (patch) | |
tree | a74b0361b260c92091bcae8531c1f1a5f7c909c1 /res | |
parent | 25c86179d68ab0d16a5800123447edfaf842709d (diff) | |
download | android_packages_apps_Snap-02c02cdfbf5e075cdcc9953badbb5ee1ae4278f4.tar.gz android_packages_apps_Snap-02c02cdfbf5e075cdcc9953badbb5ee1ae4278f4.tar.bz2 android_packages_apps_Snap-02c02cdfbf5e075cdcc9953badbb5ee1ae4278f4.zip |
Fixes UI stuff
bug:7393871
bug:7387596
Change-Id: I833c6f713ab71c4dce896f66e191a2a1a42b3e2f
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/filtershow_activity.xml | 12 |
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" /> |