mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 06:00:46 +02:00
[UI] Fix message buttons margin.
This commit is contained in:
@ -177,14 +177,13 @@
|
||||
android:id="@+id/attachmentsFragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="8dp"
|
||||
android:layout_marginBottom="8dp"/>
|
||||
android:layout_marginHorizontal="8dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginHorizontal="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginVertical="8dp"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="visible"
|
||||
tools:visibility="visible">
|
||||
|
Reference in New Issue
Block a user