More fixes for QuickLaunchSettings
- use DialogWhenLarge on tabletUI - update layouts for following Material theme Change-Id: If7aa153168eae9d2e72c50e4ae38bcd2fa6bb4bd
This commit is contained in:
@@ -1149,7 +1149,8 @@
|
|||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity android:name="Settings$QuickLaunchSettingsActivity"
|
<activity android:name="Settings$QuickLaunchSettingsActivity"
|
||||||
android:label="@string/quick_launch_title">
|
android:label="@string/quick_launch_title"
|
||||||
|
android:theme="@style/Theme.SubSettingsDialogWhenLarge">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<action android:name="android.settings.QUICK_LAUNCH_SETTINGS" />
|
<action android:name="android.settings.QUICK_LAUNCH_SETTINGS" />
|
||||||
@@ -1163,7 +1164,9 @@
|
|||||||
android:value="true" />
|
android:value="true" />
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity android:name=".quicklaunch.BookmarkPicker" android:label="@string/quick_launch_title">
|
<activity android:name=".quicklaunch.BookmarkPicker"
|
||||||
|
android:label="@string/quick_launch_title"
|
||||||
|
android:theme="@style/Theme.SubSettingsDialogWhenLarge">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
||||||
|
@@ -20,7 +20,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||||
android:paddingStart="2dip"
|
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
|
||||||
|
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical">
|
||||||
|
|
||||||
<ImageView android:id="@+id/icon"
|
<ImageView android:id="@+id/icon"
|
||||||
|
@@ -16,10 +16,8 @@
|
|||||||
|
|
||||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/shortcut"
|
android:id="@+id/shortcut"
|
||||||
android:layout_width="40dip"
|
android:layout_width="48dip"
|
||||||
android:layout_height="40dip"
|
android:layout_height="48dip"
|
||||||
android:layout_marginEnd="4sp"
|
|
||||||
android:layout_gravity="center_vertical"
|
|
||||||
android:background="#555555"
|
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
android:background="@*android:drawable/btn_default_material"
|
||||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||||
|
Reference in New Issue
Block a user