Browse Source
colour fixes and whatnot
renovate/androidx.fragment-fragment-ktx-1.x
Austin Huang
3 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
5 changed files with
19 additions and
13 deletions
-
app/src/main/res/color/ic_read_button_tint.xml
-
app/src/main/res/drawable/ic_sticker_curved_outlines.xml
-
app/src/main/res/drawable/ic_story_sticker.xml
-
app/src/main/res/layout/fragment_story_viewer.xml
-
app/src/main/res/layout/record_view_layout.xml
|
|
@ -1,5 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
|
|
|
<item android:color="@color/grey_600" android:state_enabled="false" /> |
|
|
|
<item android:color="@color/grey_600_a20" android:state_enabled="false" /> |
|
|
|
<item android:color="?colorControlNormal" /> |
|
|
|
</selector> |
|
|
@ -0,0 +1,16 @@ |
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
android:width="24dp" |
|
|
|
android:height="24dp" |
|
|
|
android:viewportWidth="24" |
|
|
|
android:viewportHeight="24" |
|
|
|
android:tint="?attr/colorControlNormal"> |
|
|
|
<path |
|
|
|
android:pathData="M22.684,10.469C22.755,10.97 22.792,11.481 22.792,12C22.792,17.956 17.956,22.792 12,22.792C6.044,22.792 1.208,17.956 1.208,12C1.208,6.044 6.044,1.208 12,1.208C12.302,1.208 12.601,1.22 12.897,1.245C14.309,2.434 21.296,9.14 22.684,10.469Z" |
|
|
|
android:strokeWidth="1.73" |
|
|
|
android:strokeColor="@android:color/white"/> |
|
|
|
<path |
|
|
|
android:pathData="M22.684,10.469C19.595,11.407 16.333,11.7 14,9.469C11.769,7.336 11.975,4.191 12.897,1.245" |
|
|
|
android:strokeWidth="1.73" |
|
|
|
android:fillColor="@android:color/white" |
|
|
|
android:strokeColor="@android:color/white"/> |
|
|
|
</vector> |
|
|
@ -1,10 +0,0 @@ |
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
android:width="24dp" |
|
|
|
android:height="24dp" |
|
|
|
android:viewportWidth="24" |
|
|
|
android:viewportHeight="24" |
|
|
|
android:tint="?attr/colorControlNormal"> |
|
|
|
<path |
|
|
|
android:fillColor="@android:color/white" |
|
|
|
android:pathData="M22,10l-6,-6L4,4c-1.1,0 -2,0.9 -2,2v12.01c0,1.1 0.9,1.99 2,1.99l16,-0.01c1.1,0 2,-0.89 2,-1.99v-8zM15,5.5l5.5,5.5L15,11L15,5.5z"/> |
|
|
|
</vector> |
|
|
@ -100,7 +100,7 @@ |
|
|
|
android:layout_height="48dp" |
|
|
|
android:enabled="false" |
|
|
|
android:visibility="visible" |
|
|
|
app:icon="@drawable/ic_story_sticker" |
|
|
|
app:icon="@drawable/ic_sticker_curved_outlines" |
|
|
|
app:iconGravity="textStart" |
|
|
|
app:iconPadding="0dp" |
|
|
|
app:iconSize="24dp" |
|
|
|
|
|
@ -44,7 +44,7 @@ |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:tint="@color/white" |
|
|
|
app:tint="?attr/colorOnPrimary" |
|
|
|
tools:srcCompat="@drawable/recv_basket_animated" |
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|