Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2eba951ad1
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<corners android:radius="9dp"/>
|
<corners android:radius="9dp"/>
|
||||||
<solid android:color="#90000000"/>
|
<solid android:color="#99000000"/>
|
||||||
</shape>
|
</shape>
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/voice_fluctuations"
|
android:id="@+id/voice_fluctuations"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="154dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="23dp"
|
android:layout_marginTop="23dp"
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="20dp"
|
||||||
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
<pl.droidsonroids.gif.GifImageView
|
<pl.droidsonroids.gif.GifImageView
|
||||||
android:id="@+id/gif_view"
|
android:id="@+id/gif_view"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="154dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="23dp"
|
android:layout_marginTop="23dp"
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="20dp"
|
||||||
|
Loading…
Reference in New Issue
Block a user