Loading res/layout-watch/confirmation_dialog.xml +2 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,8 @@ android:id="@+id/content" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content"> android:layout_height="wrap_content" android:paddingTop="@dimen/conf_diag_content_padding_top"> <TextView android:id="@+id/current_page_text" Loading res/values-round/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -19,5 +19,6 @@ <dimen name="conf_diag_button_container_height">96dp</dimen> <dimen name="conf_diag_2button_margin_side">32dp</dimen> <dimen name="conf_diag_2button_margin_top">10dp</dimen> <dimen name="conf_diag_content_padding_top">32dp</dimen> </resources> res/values-watch/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ <dimen name="conf_diag_2button_margin_top">9dp</dimen> <dimen name="conf_diag_3button_padding_side">32dp</dimen> <dimen name="conf_diag_3button_padding_bottom">22dp</dimen> <dimen name="conf_diag_content_padding_top">6dp</dimen> <!-- START: Ported values --> Loading src/com/android/packageinstaller/permission/ui/wear/ConfirmationViewHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ public abstract class ConfirmationViewHandler implements // In order to fake the buttons peeking at the bottom, need to do set the // padding properly. if (mContent.getPaddingBottom() != mButtonBarContainer.getHeight()) { mContent.setPadding(0, 0, 0, mButtonBarContainer.getHeight()); mContent.setPadding(0, mContent.getPaddingTop(), 0, mButtonBarContainer.getHeight()); if (Log.isLoggable(TAG, Log.DEBUG)) { Log.d(TAG, " set mContent.PaddingBottom: " + mButtonBarContainer.getHeight()); } Loading Loading
res/layout-watch/confirmation_dialog.xml +2 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,8 @@ android:id="@+id/content" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content"> android:layout_height="wrap_content" android:paddingTop="@dimen/conf_diag_content_padding_top"> <TextView android:id="@+id/current_page_text" Loading
res/values-round/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -19,5 +19,6 @@ <dimen name="conf_diag_button_container_height">96dp</dimen> <dimen name="conf_diag_2button_margin_side">32dp</dimen> <dimen name="conf_diag_2button_margin_top">10dp</dimen> <dimen name="conf_diag_content_padding_top">32dp</dimen> </resources>
res/values-watch/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ <dimen name="conf_diag_2button_margin_top">9dp</dimen> <dimen name="conf_diag_3button_padding_side">32dp</dimen> <dimen name="conf_diag_3button_padding_bottom">22dp</dimen> <dimen name="conf_diag_content_padding_top">6dp</dimen> <!-- START: Ported values --> Loading
src/com/android/packageinstaller/permission/ui/wear/ConfirmationViewHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ public abstract class ConfirmationViewHandler implements // In order to fake the buttons peeking at the bottom, need to do set the // padding properly. if (mContent.getPaddingBottom() != mButtonBarContainer.getHeight()) { mContent.setPadding(0, 0, 0, mButtonBarContainer.getHeight()); mContent.setPadding(0, mContent.getPaddingTop(), 0, mButtonBarContainer.getHeight()); if (Log.isLoggable(TAG, Log.DEBUG)) { Log.d(TAG, " set mContent.PaddingBottom: " + mButtonBarContainer.getHeight()); } Loading