Swith long screenshot UI to colorAccentPrimary
Bug: 190714274 Test: Visual verification in light and mark mode. Change-Id: Id4b692699c2dc20841ea8c06868a06161a5c209e
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
android:color="?android:textColorPrimary">
|
||||
<item android:id="@android:id/background">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="?androidprv:attr/colorAccentSecondary"/>
|
||||
<solid android:color="?androidprv:attr/colorAccentPrimary"/>
|
||||
<corners android:radius="16dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
android:color="?android:textColorPrimary">
|
||||
<item android:id="@android:id/background">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="?androidprv:attr/colorAccentSecondary"/>
|
||||
<solid android:color="?androidprv:attr/colorAccentPrimary"/>
|
||||
<corners android:radius="20dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:handleThickness="@dimen/screenshot_crop_handle_thickness"
|
||||
app:handleColor="?androidprv:attr/colorAccentSecondary"
|
||||
app:handleColor="?androidprv:attr/colorAccentPrimary"
|
||||
app:scrimColor="@color/screenshot_crop_scrim"
|
||||
tools:background="?android:colorBackground"
|
||||
tools:minHeight="100dp"
|
||||
|
||||
Reference in New Issue
Block a user