Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/beta' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 28, 2023
2 parents f4d643a + d885810 commit ce4b786
Show file tree
Hide file tree
Showing 6 changed files with 834 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ You can help translate Iconify [on Crowdin](https://crowdin.com/project/iconify)
- French [@MXC48](https://github.com/MXC48)
- Indonesian [@KaeruShi](https://github.com/KaeruShi)
- Persian [@Faceless1999](https://github.com/Faceless1999)
- Polish [@SK00RUPA](https://github.com/SK00RUPA)
- Portuguese [@ElTifo](https://github.com/ElTifo)
- Russian [@B1ays](https://github.com/B1ays)
- Simplified Chinese [@Cccc-owo](https://github.com/Cccc-owo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ private InfoAdapter initTranslatorsList() {
translators_list.add(new InfoModel(this, "luckkmaxx", getResources().getString(R.string.es_translation), "https://github.com/luckkmaxx", R.drawable.ic_user));
translators_list.add(new InfoModel(this, "Serhat Demir", getResources().getString(R.string.tr_translation), "https://github.com/serhat-demir", R.drawable.ic_user));
translators_list.add(new InfoModel(this, "Đức Trọng", getResources().getString(R.string.vi_translation), "https://t.me/viettel1211", R.drawable.ic_user));
translators_list.add(new InfoModel(this, "Jakub Skorłutowski", getResources().getString(R.string.pl_translation), "https://github.com/SK00RUPA", R.drawable.ic_user));

return new InfoAdapter(this, translators_list);
}
Expand Down
16 changes: 8 additions & 8 deletions app/src/main/res/layout/activity_xposed_lockscreen_clock.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
style="@style/TextAppearance.Material3.TitleMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/header_clock_style_title"
android:text="@string/custom_lockscreen_clock_style_title"
android:textColor="@color/text_color_primary" />

<TextView
Expand Down Expand Up @@ -123,14 +123,14 @@
style="@style/TextAppearance.Material3.TitleMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/header_clock_font_title"
android:text="@string/lockscreen_clock_font_title"
android:textColor="@color/text_color_primary" />

<TextView
style="@style/TextAppearance.Material3.BodyMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/header_clock_font_desc"
android:text="@string/lockscreen_clock_font_desc"
android:textColor="@color/text_color_secondary" />

<com.google.android.material.button.MaterialButton
Expand Down Expand Up @@ -183,14 +183,14 @@
style="@style/TextAppearance.Material3.TitleMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/custom_header_clock_color_title"
android:text="@string/lsclock_custom_color_title"
android:textColor="@color/text_color_primary" />

<TextView
style="@style/TextAppearance.Material3.BodyMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/custom_header_clock_color_desc"
android:text="@string/lsclock_custom_color_desc"
android:textColor="@color/text_color_secondary" />

</LinearLayout>
Expand Down Expand Up @@ -226,14 +226,14 @@
style="@style/TextAppearance.Material3.TitleMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/header_clock_color_picker_title"
android:text="@string/lsclock_color_picker_title"
android:textColor="@color/text_color_primary" />

<TextView
style="@style/TextAppearance.Material3.BodyMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/header_clock_color_picker_desc"
android:text="@string/lsclock_color_picker_desc"
android:textColor="@color/text_color_secondary" />

</LinearLayout>
Expand Down Expand Up @@ -300,7 +300,7 @@
style="@style/TextAppearance.Material3.TitleMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/header_clock_font_text_scaling_title"
android:text="@string/lockscreen_font_text_scaling_title"
android:textColor="@color/text_color_primary" />

<TextView
Expand Down
Loading

0 comments on commit ce4b786

Please sign in to comment.