Codeimages wurden auf die gleiche größe gesetzt, ImageScan-Symbol wurde hinzugefügt
This commit is contained in:
parent
0fd5a11ac3
commit
e210095716
5
app/src/main/res/drawable/baseline_compare_24.xml
Normal file
5
app/src/main/res/drawable/baseline_compare_24.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<vector android:height="24dp" android:tint="#000000"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M10,3L5,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h5v2h2L12,1h-2v2zM10,18L5,18l5,-6v6zM19,3h-5v2h5v13l-5,-6v9h5c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2z"/>
|
||||
</vector>
|
@ -54,7 +54,7 @@
|
||||
android:layout_marginBottom="16dp"
|
||||
android:backgroundTint="?attr/colorTheme1"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/baseline_settings_24"
|
||||
app:srcCompat="@drawable/baseline_compare_24"
|
||||
app:tint="@color/white" />
|
||||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
|
@ -18,8 +18,9 @@
|
||||
android:id="@+id/imageView5"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleX="0.8"
|
||||
android:scaleY="0.8"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingEnd="10dp"
|
||||
android:scaleType="centerInside"
|
||||
app:srcCompat="@drawable/cringeauth_white"
|
||||
tools:srcCompat="@drawable/cringeauth_white" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user