diff options
Diffstat (limited to 'picolanginstaller/res')
-rwxr-xr-x | picolanginstaller/res/layout/retry.xml | 7 | ||||
-rwxr-xr-x | picolanginstaller/res/layout/uninstall.xml | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/picolanginstaller/res/layout/retry.xml b/picolanginstaller/res/layout/retry.xml index 87eb202..0fefd3f 100755 --- a/picolanginstaller/res/layout/retry.xml +++ b/picolanginstaller/res/layout/retry.xml @@ -3,9 +3,10 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> - <TextView android:paddingTop="5dip" android:layout_width="wrap_content" - android:layout_height="wrap_content" android:layout_gravity="center" - android:text="@string/retry_message" android:textSize="18sp" + <TextView android:paddingTop="25dip" android:paddingBottom="45dip" + android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_gravity="center" android:text="@string/retry_message" + android:textSize="18sp" android:textColor="?android:attr/textColorPrimary" /> <Button android:id="@+id/retryButton" android:layout_width="wrap_content" diff --git a/picolanginstaller/res/layout/uninstall.xml b/picolanginstaller/res/layout/uninstall.xml index fe108a5..bc0cd11 100755 --- a/picolanginstaller/res/layout/uninstall.xml +++ b/picolanginstaller/res/layout/uninstall.xml @@ -3,12 +3,14 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> - <TextView android:paddingTop="5dip" android:layout_width="wrap_content" - android:layout_height="wrap_content" android:layout_gravity="center" - android:text="@string/uninstall_message" android:textSize="18sp" + <TextView android:paddingTop="25dip" android:paddingBottom="45dip" + android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_gravity="center" android:text="@string/uninstall_message" + android:textSize="18sp" android:textColor="?android:attr/textColorPrimary" /> - <Button android:id="@+id/uninstallButton" android:layout_width="wrap_content" + <Button android:id="@+id/uninstallButton" + android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="@string/uninstall" android:textSize="25sp" /> |