diff options
| author | 2018-08-28 17:19:33 +0000 | |
|---|---|---|
| committer | 2018-08-28 17:19:33 +0000 | |
| commit | c8b7a4acfc4df5ade56a55bb34c5cb61c060abd7 (patch) | |
| tree | 4df9d991cb0391ef986d872829592b50099161e5 | |
| parent | b6656588bb9a0e3425d39f4ebb2fcb79f8cfe069 (diff) | |
| parent | 8744ed3a055d812f64350c1db3327952d87a1f31 (diff) | |
Merge "Fix restricted switch layout for small screens"
| -rw-r--r-- | packages/SettingsLib/res/layout/restricted_switch_preference.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SettingsLib/res/layout/restricted_switch_preference.xml b/packages/SettingsLib/res/layout/restricted_switch_preference.xml index 64b47b6b68a9..d9f91def3be3 100644 --- a/packages/SettingsLib/res/layout/restricted_switch_preference.xml +++ b/packages/SettingsLib/res/layout/restricted_switch_preference.xml @@ -24,7 +24,7 @@ android:clipToPadding="false"> <LinearLayout - android:id="@+id/icon_container" + android:id="@+id/icon_frame" android:layout_width="wrap_content" android:layout_height="wrap_content" android:minWidth="56dp" @@ -83,4 +83,4 @@ android:paddingStart="16dp" android:orientation="vertical" /> -</LinearLayout>
\ No newline at end of file +</LinearLayout> |