Merge "Show topology pane detached from mirror toggle" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
ce85d2ea04
@@ -14,13 +14,19 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- TODO(b/396116157): I cannot find the correct src of ImageView to set to
|
||||
match the other preference items. I tried
|
||||
@drawable/android:selectable_item_background but this is private so will
|
||||
not compile. It should match the other items so that theme migration will
|
||||
switch to the correct final color. -->
|
||||
<FrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/display_topology_pane_holder"
|
||||
android:importantForAccessibility="no"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:paddingHorizontal="@dimen/display_topology_pane_margin"
|
||||
android:layout_marginVertical="@dimen/display_topology_pane_vertical_margin"
|
||||
android:layout_marginHorizontal="@dimen/display_topology_pane_margin"
|
||||
android:orientation="horizontal">
|
||||
<ImageView
|
||||
android:importantForAccessibility="no"
|
||||
|
||||
Reference in New Issue
Block a user