v1.7.7 added Twitter4J badge

This commit is contained in:
nuclearfog 2020-05-24 20:01:48 +02:00
parent 9541449207
commit 5229d05ef1
No known key found for this signature in database
GPG Key ID: ED35E22099354A64
4 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,11 @@
<component name="WizardSettings"> <component name="WizardSettings">
<option name="children"> <option name="children">
<map> <map>
<entry key="imageWizard">
<value>
<PersistentState />
</value>
</entry>
<entry key="vectorWizard"> <entry key="vectorWizard">
<value> <value>
<PersistentState> <PersistentState>

View File

@ -9,7 +9,7 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionCode 14 versionCode 14
versionName '1.7.6' versionName '1.7.7'
vectorDrawables.useSupportLibrary true vectorDrawables.useSupportLibrary true
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"> android:orientation="vertical">
@ -8,10 +9,17 @@
android:id="@+id/settings_app_info" android:id="@+id/settings_app_info"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:padding="@dimen/settings_appinfo_text_padding" android:padding="@dimen/settings_appinfo_text_padding"
android:text="@string/app_name" android:text="@string/app_name"
android:textSize="@dimen/settings_info_appname_font" /> android:textSize="@dimen/settings_info_appname_font" />
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:srcCompat="@drawable/twitter4j_badge" />
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"