Loading packages/SystemUI/res/layout/screen_share_dialog.xml +2 −2 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ android:orientation="horizontal" android:layout_marginTop="@dimen/screenrecord_buttons_margin_top"> <TextView android:id="@+id/button_cancel" android:id="@android:id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" Loading @@ -87,7 +87,7 @@ android:layout_height="match_parent" android:layout_weight="1"/> <TextView android:id="@+id/button_start" android:id="@android:id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" Loading packages/SystemUI/src/com/android/systemui/screenrecord/BaseScreenSharePermissionDialog.kt +2 −2 Original line number Diff line number Diff line Loading @@ -57,8 +57,8 @@ open class BaseScreenSharePermissionDialog( setContentView(R.layout.screen_share_dialog) dialogTitle = findViewById(R.id.screen_share_dialog_title) warning = findViewById(R.id.text_warning) startButton = findViewById(R.id.button_start) cancelButton = findViewById(R.id.button_cancel) startButton = findViewById(android.R.id.button1) cancelButton = findViewById(android.R.id.button2) updateIcon() initScreenShareOptions() createOptionsView(getOptionsViewLayoutId()) Loading Loading
packages/SystemUI/res/layout/screen_share_dialog.xml +2 −2 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ android:orientation="horizontal" android:layout_marginTop="@dimen/screenrecord_buttons_margin_top"> <TextView android:id="@+id/button_cancel" android:id="@android:id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" Loading @@ -87,7 +87,7 @@ android:layout_height="match_parent" android:layout_weight="1"/> <TextView android:id="@+id/button_start" android:id="@android:id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" Loading
packages/SystemUI/src/com/android/systemui/screenrecord/BaseScreenSharePermissionDialog.kt +2 −2 Original line number Diff line number Diff line Loading @@ -57,8 +57,8 @@ open class BaseScreenSharePermissionDialog( setContentView(R.layout.screen_share_dialog) dialogTitle = findViewById(R.id.screen_share_dialog_title) warning = findViewById(R.id.text_warning) startButton = findViewById(R.id.button_start) cancelButton = findViewById(R.id.button_cancel) startButton = findViewById(android.R.id.button1) cancelButton = findViewById(android.R.id.button2) updateIcon() initScreenShareOptions() createOptionsView(getOptionsViewLayoutId()) Loading