Loading packages/SystemUI/res/layout/screen_record_dialog.xml +6 −11 Original line number Diff line number Diff line Loading @@ -5,26 +5,25 @@ android:clipChildren="false" android:clipToPadding="false" android:gravity="top" android:orientation="vertical"> <Space android:layout_width="match_parent" android:layout_height="10dp"/> android:orientation="vertical" android:padding="@dimen/global_actions_padding" android:background="@drawable/rounded_bg_full"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="@android:color/white"> android:orientation="vertical"> <CheckBox android:id="@+id/checkbox_mic" android:layout_width="match_parent" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/screenrecord_mic_label"/> <CheckBox android:id="@+id/checkbox_taps" android:layout_width="match_parent" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/screenrecord_taps_label"/> <Button android:id="@+id/record_button" Loading @@ -34,8 +33,4 @@ /> </LinearLayout> <Space android:layout_width="match_parent" android:layout_height="10dp"/> </LinearLayout> Loading
packages/SystemUI/res/layout/screen_record_dialog.xml +6 −11 Original line number Diff line number Diff line Loading @@ -5,26 +5,25 @@ android:clipChildren="false" android:clipToPadding="false" android:gravity="top" android:orientation="vertical"> <Space android:layout_width="match_parent" android:layout_height="10dp"/> android:orientation="vertical" android:padding="@dimen/global_actions_padding" android:background="@drawable/rounded_bg_full"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="@android:color/white"> android:orientation="vertical"> <CheckBox android:id="@+id/checkbox_mic" android:layout_width="match_parent" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/screenrecord_mic_label"/> <CheckBox android:id="@+id/checkbox_taps" android:layout_width="match_parent" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/screenrecord_taps_label"/> <Button android:id="@+id/record_button" Loading @@ -34,8 +33,4 @@ /> </LinearLayout> <Space android:layout_width="match_parent" android:layout_height="10dp"/> </LinearLayout>