Small layout optimizations
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.1.0.0 (versionCode 28, ...)
|
||||||
|
|
||||||
|
- Small layout optimizations
|
||||||
|
- Update to moasdawiki-server 3.1.0
|
||||||
|
- Support for Android 12
|
||||||
|
- Upgrade library dependencies
|
||||||
|
- Update copyright year
|
||||||
|
|
||||||
## 2.6.1.0 (versionCode 27, 2021-06-09)
|
## 2.6.1.0 (versionCode 27, 2021-06-09)
|
||||||
|
|
||||||
- Remove double back key press to close the app
|
- Remove double back key press to close the app
|
||||||
|
|||||||
@@ -16,13 +16,14 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:padding="20dp"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:layout_width="48dp"
|
android:layout_width="48dp"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:layout_margin="20dp"
|
android:layout_marginEnd="20dp"
|
||||||
android:background="@drawable/ic_info_outline_black" />
|
android:background="@drawable/ic_info_outline_black" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@@ -50,13 +51,14 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:padding="20dp"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:layout_width="48dp"
|
android:layout_width="48dp"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:layout_margin="20dp"
|
android:layout_marginEnd="20dp"
|
||||||
android:background="@drawable/ic_info_outline_black" />
|
android:background="@drawable/ic_info_outline_black" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|||||||
Reference in New Issue
Block a user