mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 15:05:44 +03:00
raise contrast for call buttons, optimize paddings/margins
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
deb5594a7a
commit
eea7c70557
1 changed files with 2 additions and 5 deletions
|
@ -32,7 +32,7 @@
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/standard_margin"
|
android:layout_marginBottom="@dimen/standard_margin"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="center">
|
android:gravity="center">
|
||||||
|
|
||||||
|
@ -65,10 +65,9 @@
|
||||||
android:backgroundTint="@color/nc_darkGreen"
|
android:backgroundTint="@color/nc_darkGreen"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="@dimen/standard_margin"
|
android:layout_marginEnd="@dimen/standard_margin"
|
||||||
app:icon="@drawable/ic_videocam_grey_600_24dp"
|
app:icon="@drawable/ic_videocam_grey_600_24dp"
|
||||||
app:iconTint="@color/white"
|
app:iconTint="@color/white"
|
||||||
android:alpha="0.8"
|
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:text="@string/video_call" />
|
android:text="@string/video_call" />
|
||||||
|
|
||||||
|
@ -78,8 +77,6 @@
|
||||||
android:backgroundTint="@color/nc_darkGreen"
|
android:backgroundTint="@color/nc_darkGreen"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="@dimen/standard_margin"
|
|
||||||
android:alpha="0.8"
|
|
||||||
app:icon="@drawable/ic_phone"
|
app:icon="@drawable/ic_phone"
|
||||||
app:iconTint="@color/white"
|
app:iconTint="@color/white"
|
||||||
android:text="@string/audio_call"
|
android:text="@string/audio_call"
|
||||||
|
|
Loading…
Reference in a new issue