diff options
author | ByteHamster <info@bytehamster.com> | 2017-04-15 15:34:31 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2017-04-15 15:34:31 +0200 |
commit | 769ed8b15efb478f5ad877a71f6dc21a9c3e87b3 (patch) | |
tree | 537aa6db8fb328510a0b3d666470a3844780c1f0 /app/src/main/res | |
parent | 416117515c4e52727f91987e5b537256da34f09a (diff) | |
download | AntennaPod-769ed8b15efb478f5ad877a71f6dc21a9c3e87b3.zip |
Renamed type to mode
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/statistics_mode_select_dialog.xml (renamed from app/src/main/res/layout/calculation_type.xml) | 8 | ||||
-rw-r--r-- | app/src/main/res/menu/statistics.xml | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/layout/calculation_type.xml b/app/src/main/res/layout/statistics_mode_select_dialog.xml index 9b422beb9..7918433d5 100644 --- a/app/src/main/res/layout/calculation_type.xml +++ b/app/src/main/res/layout/statistics_mode_select_dialog.xml @@ -6,14 +6,14 @@ android:padding="16dp"> <RadioButton - android:id="@+id/calculation_type_normal" + android:id="@+id/statistics_mode_normal" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="@string/calculation_type_normal" /> + android:text="@string/statistics_mode_normal" /> <RadioButton - android:id="@+id/calculation_type_count_all" + android:id="@+id/statistics_mode_count_all" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="@string/calculation_type_count_all" /> + android:text="@string/statistics_mode_count_all" /> </RadioGroup> diff --git a/app/src/main/res/menu/statistics.xml b/app/src/main/res/menu/statistics.xml index bc36bbb38..6ecc70707 100644 --- a/app/src/main/res/menu/statistics.xml +++ b/app/src/main/res/menu/statistics.xml @@ -3,9 +3,9 @@ xmlns:custom="http://schemas.android.com/apk/res-auto"> <item - android:id="@+id/calculation_type" + android:id="@+id/statistics_mode" android:icon="?attr/ic_filter" - android:title="@string/calculation_type" + android:title="@string/statistics_mode" custom:showAsAction="never"> </item> |