mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-16 06:32:22 +01:00
more space below voice recorder buttons
This commit is contained in:
parent
d4ddf69452
commit
16664d3ad9
2 changed files with 4 additions and 2 deletions
|
@ -127,6 +127,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/timer"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentLeft="true">
|
||||
|
||||
|
@ -162,7 +163,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="0:00.0"
|
||||
android:textSize="30sp"
|
||||
android:textStyle="bold"
|
||||
|
|
|
@ -128,6 +128,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/timer"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentLeft="true">
|
||||
|
||||
|
@ -163,7 +164,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="0:00.0"
|
||||
android:textSize="30sp"
|
||||
android:textStyle="bold"
|
||||
|
|
Loading…
Reference in a new issue