mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-01 04:17:21 +01:00
version upgrade, layout fix
Signed-off-by: nuclearfog <hatespirit666@gmail.com>
This commit is contained in:
parent
0fd2a3100c
commit
55fcc7250a
@ -12,8 +12,8 @@ android {
|
||||
applicationId 'org.nuclearfog.twidda'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
versionCode 46
|
||||
versionName '1.10.1'
|
||||
versionCode 47
|
||||
versionName '1.10.2'
|
||||
// limiting language support for smaller APK size
|
||||
resConfigs 'en', 'de-rDE', 'zh-rCN'
|
||||
vectorDrawables.useSupportLibrary true
|
||||
|
@ -20,15 +20,15 @@
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/image_list"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginStart="@dimen/mediapage_preview_margin"
|
||||
android:layout_marginLeft="@dimen/mediapage_preview_margin"
|
||||
android:layout_marginBottom="@dimen/mediapage_preview_margin"
|
||||
android:scrollbars="horizontal"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintWidth_percent="0.9"
|
||||
app:layout_constraintHeight_percent="0.2" />
|
||||
|
||||
<VideoView
|
||||
|
Loading…
Reference in New Issue
Block a user