mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-17 04:00:48 +01:00
fixed account icon style
This commit is contained in:
parent
998f6db124
commit
7cdbc88ebf
@ -34,8 +34,8 @@ android {
|
||||
applicationId "org.mariotaku.twidere"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 283
|
||||
versionName '3.4.21'
|
||||
versionCode 284
|
||||
versionName '3.4.22'
|
||||
multiDexEnabled true
|
||||
|
||||
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("true")'
|
||||
|
@ -23,6 +23,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:padding="@dimen/element_spacing_small"
|
||||
tools:layout_height="48dp">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user