|
|
|
@ -5,7 +5,7 @@ |
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference |
|
|
|
|
android:key="contributors" |
|
|
|
|
android:title="@string/contributors" |
|
|
|
|
android:summary="gedoor,Invinciblelee等, 详情请在github中查看" |
|
|
|
|
android:summary="@string/contributors_summary" |
|
|
|
|
app:iconSpaceReserved="false" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference |
|
|
|
@ -22,10 +22,10 @@ |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.prefs.PreferenceCategory |
|
|
|
|
android:title="@string/contact" |
|
|
|
|
app:layout="@layout/view_preference_category" |
|
|
|
|
app:allowDividerAbove="true" |
|
|
|
|
app:allowDividerBelow="false" |
|
|
|
|
app:iconSpaceReserved="false"> |
|
|
|
|
app:iconSpaceReserved="false" |
|
|
|
|
app:layout="@layout/view_preference_category"> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference |
|
|
|
|
android:key="gzGzh" |
|
|
|
@ -69,10 +69,10 @@ |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.prefs.PreferenceCategory |
|
|
|
|
android:title="@string/other" |
|
|
|
|
app:layout="@layout/view_preference_category" |
|
|
|
|
app:allowDividerAbove="true" |
|
|
|
|
app:allowDividerBelow="false" |
|
|
|
|
app:iconSpaceReserved="false"> |
|
|
|
|
app:iconSpaceReserved="false" |
|
|
|
|
app:layout="@layout/view_preference_category"> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference |
|
|
|
|
android:key="license" |
|
|
|
|