Loading packages/SystemUI/res/layout/screen_record_dialog.xml +112 −97 Original line number Diff line number Diff line Loading @@ -20,6 +20,16 @@ android:orientation="vertical" android:background="@drawable/rounded_bg_full"> <!-- Scrollview is necessary to fit everything in landscape layout --> <ScrollView android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <!-- Header --> <LinearLayout android:layout_width="match_parent" Loading Loading @@ -61,14 +71,17 @@ android:layout_marginRight="@dimen/screenrecord_dialog_padding"/> <Spinner android:id="@+id/screen_recording_options" android:layout_width="wrap_content" android:layout_width="0dp" android:layout_height="48dp" android:layout_weight="1" android:prompt="@string/screenrecord_audio_label"/> <Switch android:layout_width="wrap_content" android:minWidth="48dp" android:layout_height="48dp" android:layout_weight="1" android:layout_weight="0" android:layout_gravity="end" android:contentDescription="@string/screenrecord_audio_label" android:id="@+id/screenrecord_audio_switch"/> </LinearLayout> Loading Loading @@ -128,3 +141,5 @@ style="@android:style/Widget.DeviceDefault.Button.Colored"/> </LinearLayout> </LinearLayout> </ScrollView> </LinearLayout> No newline at end of file Loading
packages/SystemUI/res/layout/screen_record_dialog.xml +112 −97 Original line number Diff line number Diff line Loading @@ -20,6 +20,16 @@ android:orientation="vertical" android:background="@drawable/rounded_bg_full"> <!-- Scrollview is necessary to fit everything in landscape layout --> <ScrollView android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <!-- Header --> <LinearLayout android:layout_width="match_parent" Loading Loading @@ -61,14 +71,17 @@ android:layout_marginRight="@dimen/screenrecord_dialog_padding"/> <Spinner android:id="@+id/screen_recording_options" android:layout_width="wrap_content" android:layout_width="0dp" android:layout_height="48dp" android:layout_weight="1" android:prompt="@string/screenrecord_audio_label"/> <Switch android:layout_width="wrap_content" android:minWidth="48dp" android:layout_height="48dp" android:layout_weight="1" android:layout_weight="0" android:layout_gravity="end" android:contentDescription="@string/screenrecord_audio_label" android:id="@+id/screenrecord_audio_switch"/> </LinearLayout> Loading Loading @@ -128,3 +141,5 @@ style="@android:style/Widget.DeviceDefault.Button.Colored"/> </LinearLayout> </LinearLayout> </ScrollView> </LinearLayout> No newline at end of file