アイコン作者のサイトへのリンクを追加

This commit is contained in:
tateisu 2017-05-15 22:38:03 +09:00
parent cdf2414541
commit ee245f7574
5 changed files with 35 additions and 0 deletions

View File

@ -20,6 +20,8 @@ public class ActAbout extends AppCompatActivity {
// static final String url_enty = "https://enty.jp/3WtlzHG10wZv";
static final String developer_acct = "tateisu@mastodon.juggler.jp";
static final String url_futaba = "https://www.instagram.com/hinomoto_hutaba/";
static final String[] contributors = new String[]{
"@Balor@freeradical.zone", "update english language",
};
@ -59,6 +61,15 @@ public class ActAbout extends AppCompatActivity {
}
} );
b = (Button) findViewById( R.id.btnIconDesign );
b.setText( url_futaba );
b.setOnClickListener( new View.OnClickListener() {
@Override public void onClick( View v ){
open_browser( url_futaba );
}
} );
// b = (Button) findViewById( R.id.btnDonate );
// b.setText( url_enty );
// b.setOnClickListener( new View.OnClickListener() {

View File

@ -85,6 +85,27 @@
tools:text="rate_on_store"
/>
<View
android:layout_width="0dp"
android:layout_height="8dp"
android:layout_weight="0.2"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/launcher_icon_by"
/>
<Button
android:id="@+id/btnIconDesign"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/btn_bg_transparent"
android:padding="8dp"
android:textAllCaps="false"
/>
<!--<View-->
<!--android:layout_width="0dp"-->
<!--android:layout_height="8dp"-->

View File

@ -314,6 +314,7 @@
<string name="with_attachment">Avec pièce(s) jointe(s)</string>
<string name="word_was_muted">Ce mot a été interdit.</string>
<string name="your_statuses">Vos statuts</string>
<string name="launcher_icon_by">Launcher icon is designed by フタバ</string>
<!--<string name="abc_action_bar_home_description">Revenir à l\'accueil</string>-->

View File

@ -601,4 +601,5 @@
<string name="minimum_column_width">カラム最小幅(デフォルト=300(dp)、アプリ再起動が必要)</string>
<string name="account_picker_reply">どのアカウントで返信しますか?</string>
<string name="reply_from_another_account">別アカウントで返信</string>
<string name="launcher_icon_by">ランチャーアイコンはフタバさんがデザインしました</string>
</resources>

View File

@ -311,4 +311,5 @@
<string name="media_thumbnail_height">Media Thumbnail height (default=64(dp), app restart required)</string>
<string name="account_picker_reply">Which account do you reply from?</string>
<string name="reply_from_another_account">Reply from another account</string>
<string name="launcher_icon_by">Launcher icon is designed by フタバ</string>
</resources>