Merge "Fix panel bugs"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d3824aa426
@@ -3009,6 +3009,7 @@
|
|||||||
android:theme="@style/Theme.BottomDialog"
|
android:theme="@style/Theme.BottomDialog"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
|
android:taskAffinity=".panel.SettingsPanelActivity"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" />
|
<action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" />
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/title"
|
android:id="@+id/panel_title"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
|||||||
Reference in New Issue
Block a user