summaryrefslogtreecommitdiffstats
path: root/res/layout/refocus_editor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/refocus_editor.xml')
-rw-r--r--res/layout/refocus_editor.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/layout/refocus_editor.xml b/res/layout/refocus_editor.xml
index c4b42bb4c..262d2d509 100644
--- a/res/layout/refocus_editor.xml
+++ b/res/layout/refocus_editor.xml
@@ -42,8 +42,8 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<RelativeLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="#80000000">
+ android:layout_height="50dp"
+ android:background="#b2191919">
<ImageView
android:id="@+id/refocus_cancel"
@@ -54,9 +54,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<TextView
android:id="@+id/refocus_all"
android:text="@string/all_in_focus"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="103dp"
+ android:layout_height="34dp"
android:layout_centerInParent="true"
+ android:gravity="center"
android:onClick="allInFocus" />
<ImageView
android:id="@+id/refocus_done"