Skip to content

Commit

Permalink
Migrate to androidx library
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Dec 16, 2019
1 parent 21669d0 commit d9a842c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tordnscrypt/src/main/res/xml/preferences_common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@
android:key="pref_common_show_help"
android:summary="@string/pref_common_show_help_summ"
android:title="@string/pref_common_show_help" />
<ListPreference
<androidx.preference.ListPreference
android:defaultValue="1"
android:entries="@array/pref_common_categ_use_busybox_titles"
android:entryValues="@array/pref_common_use_busybox_values"
android:key="pref_common_use_busybox"
android:title="@string/pref_common_use_busybox" />
<ListPreference
<androidx.preference.ListPreference
android:defaultValue="1"
android:entries="@array/pref_common_categ_use_iptables_titles"
android:entryValues="@array/pref_common_use_iptables_values"
Expand Down
2 changes: 1 addition & 1 deletion tordnscrypt/src/main/res/xml/preferences_fast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
android:key="pref_fast_block_http"
android:summary="@string/pref_fast_block_http_summ"
android:title="@string/pref_fast_block_http" />
<ListPreference
<androidx.preference.ListPreference
android:defaultValue="4"
android:entries="@array/pref_fast_theme_titles"
android:entryValues="@array/pref_fast_theme_values"
Expand Down
2 changes: 1 addition & 1 deletion tordnscrypt/src/main/res/xml/preferences_i2pd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
android:key="floodfill"
android:summary="@string/pref_itpd_com_floodfill_summ"
android:title="@string/pref_itpd_com_floodfill" />
<ListPreference
<androidx.preference.ListPreference
android:defaultValue="L"
android:entries="@array/itpd_com_bandwidth_title"
android:entryValues="@array/itpd_com_bandwidth_value"
Expand Down

0 comments on commit d9a842c

Please sign in to comment.