diff --git a/ring-android/app/src/main/res/layout/frag_settings.xml b/ring-android/app/src/main/res/layout/frag_settings.xml index 32550a67e3c9841cf30c7634b50e598af77f085e..ae0634a1c82fa75c5939bf21d6f393c326b5a6c1 100644 --- a/ring-android/app/src/main/res/layout/frag_settings.xml +++ b/ring-android/app/src/main/res/layout/frag_settings.xml @@ -96,7 +96,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. android:layout_height="wrap_content" android:layout_alignParentStart="true" android:layout_centerVertical="true" - android:contentDescription="@string/pref_hwEncode_summary" app:srcCompat="@drawable/baseline_memory_24" android:layout_marginEnd="32dp"/> diff --git a/ring-android/app/src/main/res/xml/tv_account_general_pref.xml b/ring-android/app/src/main/res/xml/tv_account_general_pref.xml index a171b8da27072b1587d93ffc6578d41256d4379d..037ee61188c9428e7994ef18277a56cfd318dc0d 100644 --- a/ring-android/app/src/main/res/xml/tv_account_general_pref.xml +++ b/ring-android/app/src/main/res/xml/tv_account_general_pref.xml @@ -15,7 +15,6 @@ android:defaultValue="true" android:icon="@drawable/baseline_memory_24" android:key="video_hwenc" - android:summary="@string/pref_hwEncode_summary" android:title="@string/pref_hwEncode_title" /> <ListPreference diff --git a/ring-android/app/src/main/res/xml/video_prefs.xml b/ring-android/app/src/main/res/xml/video_prefs.xml index 0ea4d822b5523a7f95db6b6c25146d03fe148a74..720797ffed1ff1e4ff24adfd72b5e3984a051444 100644 --- a/ring-android/app/src/main/res/xml/video_prefs.xml +++ b/ring-android/app/src/main/res/xml/video_prefs.xml @@ -5,7 +5,6 @@ android:defaultValue="true" android:icon="@drawable/baseline_memory_24" android:key="video_hwenc" - android:summary="@string/pref_hwEncode_summary" android:title="@string/pref_hwEncode_title" /> <ListPreference