summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Baard <henrik.baard@sonymobile.com>2015-12-14 10:16:28 +0100
committerSteve Kondik <shade@chemlab.org>2016-01-11 14:29:05 -0800
commitb064ddf3fa732cfb83188ef4372dbfc8be2f83d7 (patch)
tree64b839f43730bf7af1ecae6cae333560a995a11b
parent6864747ea4f6a233f6711787662ee7ba94a5f6fe (diff)
downloadpackages_apps_Settings-b064ddf3fa732cfb83188ef4372dbfc8be2f83d7.zip
packages_apps_Settings-b064ddf3fa732cfb83188ef4372dbfc8be2f83d7.tar.gz
packages_apps_Settings-b064ddf3fa732cfb83188ef4372dbfc8be2f83d7.tar.bz2
Some text are missing in eject sdcard warning
The eject sdcard warning page shows incomplete texts in some languages (german) and it is not apparant that that you can scroll to see the text. The layout is divided into three parts, the button and one blank line, and the text. The text and the blanke space will have equal parts of the screen since they have the same weight. Because of this the (complete) text is not shown in som languages. Remove the blank part and let the text use the whole screen. Change-Id: Id8fd88fc6c0aa6105d64c100e3365cd9b00bf851
-rw-r--r--res/layout/storage_internal_unmount.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/layout/storage_internal_unmount.xml b/res/layout/storage_internal_unmount.xml
index 4779829..7e728c8 100644
--- a/res/layout/storage_internal_unmount.xml
+++ b/res/layout/storage_internal_unmount.xml
@@ -37,11 +37,6 @@
android:textColor="?android:attr/textColorPrimary" />
</ScrollView>
- <Space
- android:layout_width="0dp"
- android:layout_height="0dp"
- android:layout_weight="1" />
-
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"