Update long screenshot layout to align with Markup
Makes the top margin for the action bar 8dp instead of 4dp Bug: 209015217 Fix: 209015217 Test: manual Change-Id: I610c1faaf06b0ba71cdfd797bffd6ea273353173
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
android:layout_height="40dp"
|
||||
android:text="@string/save"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginTop="@dimen/long_screenshot_action_bar_top_margin"
|
||||
android:background="@drawable/screenshot_button_background"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@@ -45,7 +45,7 @@
|
||||
android:layout_height="40dp"
|
||||
android:text="@android:string/cancel"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginTop="@dimen/long_screenshot_action_bar_top_margin"
|
||||
android:background="@drawable/screenshot_button_background"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
app:layout_constraintStart_toEndOf="@id/save"
|
||||
@@ -60,7 +60,7 @@
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginTop="@dimen/long_screenshot_action_bar_top_margin"
|
||||
android:padding="12dp"
|
||||
android:src="@drawable/ic_screenshot_share"
|
||||
android:scaleType="fitCenter"
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
<dimen name="screenshot_action_chip_text_size">14sp</dimen>
|
||||
<dimen name="screenshot_dismissal_height_delta">80dp</dimen>
|
||||
<dimen name="screenshot_crop_handle_thickness">3dp</dimen>
|
||||
<dimen name="long_screenshot_action_bar_top_margin">8dp</dimen>
|
||||
|
||||
|
||||
<!-- The width of the view containing navigation buttons -->
|
||||
|
||||
Reference in New Issue
Block a user