Loading app/src/main/res/layout/arrayseekbarpreference.xml +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ /> <SeekBar android:id="@+id/arrayseekbarpreference_seekbar" android:contentDescription="@string/array_seekbar_preference_seekbar" android:layout_width="match_parent" android:layout_height="wrap_content" /> Loading app/src/main/res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -982,6 +982,8 @@ <string name="preference_comment_ypr">Store yaw, pitch and roll</string> <string name="preference_comment_ypr_summary">Store the yaw, pitch and roll of the device in the photo\'s Exif user comment (JPEG format only)</string> <string name="array_seekbar_preference_seekbar">Seekbar to change current preference value</string> <!-- The following strings should not be translated (and shouldn't be included in language-specific strings.xml), in case they need updating --> <string name="preference_privacy_policy" translatable="false">Privacy policy</string> Loading Loading
app/src/main/res/layout/arrayseekbarpreference.xml +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ /> <SeekBar android:id="@+id/arrayseekbarpreference_seekbar" android:contentDescription="@string/array_seekbar_preference_seekbar" android:layout_width="match_parent" android:layout_height="wrap_content" /> Loading
app/src/main/res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -982,6 +982,8 @@ <string name="preference_comment_ypr">Store yaw, pitch and roll</string> <string name="preference_comment_ypr_summary">Store the yaw, pitch and roll of the device in the photo\'s Exif user comment (JPEG format only)</string> <string name="array_seekbar_preference_seekbar">Seekbar to change current preference value</string> <!-- The following strings should not be translated (and shouldn't be included in language-specific strings.xml), in case they need updating --> <string name="preference_privacy_policy" translatable="false">Privacy policy</string> Loading