Skip to content

Commit

Permalink
一部UIの不具合修正/変更,翻訳の微修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nicked committed Feb 25, 2024
1 parent 9aba88c commit 3bd6192
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 33 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/ceui/lisa/fragments/FragmentSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,10 @@ public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
FirebaseAnalytics.getInstance(mContext).setAnalyticsCollectionEnabled(isChecked);
}
});
baseBind.isFirebaseEnableRela.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v){ baseBind.isFirebaseEnable.performClick(); }
});
}

// 缓存
Expand Down
40 changes: 8 additions & 32 deletions app/src/main/res/layout/fragment_user_right.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,46 +171,22 @@

<!-- </RelativeLayout>-->

<View style="@style/full_divider" />

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:id="@+id/show_detail"
style="@style/ripple_rela">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/sixteen_dp"
android:layout_marginTop="@dimen/sixteen_dp"
android:layout_marginBottom="@dimen/eight_dp"
android:text="@string/string_33"
android:textSize="16sp"
android:textColor="?attr/colorPrimary">

</TextView>
style="@style/setting_text_left_and_center"
android:text="@string/string_33" />


<Button
android:id="@+id/show_detail"
style="@android:style/Widget.DeviceDefault.Button.Borderless.Small"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/sixteen_dp"
android:layout_marginTop="@dimen/four_dp"
android:layout_marginEnd="@dimen/sixteen_dp"
android:layout_marginBottom="@dimen/four_dp"
android:drawableEnd="@drawable/ic_arrow_right_little"
android:gravity="center"
android:text="@string/string_146"
android:textColor="#999999"
android:textSize="13sp">

</Button>
<TextView style="@style/setting_right_arrow" />

</RelativeLayout>

<View style="@style/full_divider" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
<string name="string_333">画像の読み込み速度が向上することがあります。</string>
<string name="string_334">画像の読み込み速度が低下することがあります。</string>
<string name="about_network">ネットワーク</string>
<string name="string_335">すき!を非公開にする</string>
<string name="string_335">すき!を非公開</string>
<string name="string_336">画像の列数</string>
<string name="string_337">ダウンロードし直す</string>
<string name="string_338">R-18作品の保存先を別にする</string>
Expand Down

0 comments on commit 3bd6192

Please sign in to comment.