Skip to content

Commit

Permalink
raise contrast for call buttons, optimize paddings/margins
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Oct 4, 2023
1 parent deb5594 commit 95b3d90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/res/layout/call_started_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/standard_margin"
android:layout_marginBottom="@dimen/standard_margin"
android:orientation="horizontal"
android:gravity="center">

Expand Down Expand Up @@ -68,7 +68,6 @@
android:layout_marginHorizontal="@dimen/standard_margin"
app:icon="@drawable/ic_videocam_grey_600_24dp"
app:iconTint="@color/white"
android:alpha="0.8"
android:textColor="@color/white"
android:text="@string/video_call" />

Expand All @@ -79,7 +78,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/standard_margin"
android:alpha="0.8"
app:icon="@drawable/ic_phone"
app:iconTint="@color/white"
android:text="@string/audio_call"
Expand Down

0 comments on commit 95b3d90

Please sign in to comment.