Loading res/layout/preview_seek_bar_view_pager.xml +2 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,8 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" android:background="?android:attr/colorBackgroundFloating" /> android:background="?android:attr/colorBackgroundFloating" android:contentDescription="@string/preview_pager_content_description" /> <TextView android:layout_width="match_parent" Loading res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -147,6 +147,8 @@ <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted --> <string name="sdcard_format" product="default">Erase SD card</string> <!-- Content description for preview pager. [CHAR LIMIT=NONE] --> <string name="preview_pager_content_description">Preview</string> <!-- Content description for dot pager indicator for preview pager. [CHAR LIMIT=NONE] --> <string name="preview_page_indicator_content_description">Preview, page <xliff:g id="current_page" example="3">%1$d</xliff:g> of <xliff:g id="num_pages" example="9">%2$d</xliff:g></string> Loading Loading
res/layout/preview_seek_bar_view_pager.xml +2 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,8 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" android:background="?android:attr/colorBackgroundFloating" /> android:background="?android:attr/colorBackgroundFloating" android:contentDescription="@string/preview_pager_content_description" /> <TextView android:layout_width="match_parent" Loading
res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -147,6 +147,8 @@ <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted --> <string name="sdcard_format" product="default">Erase SD card</string> <!-- Content description for preview pager. [CHAR LIMIT=NONE] --> <string name="preview_pager_content_description">Preview</string> <!-- Content description for dot pager indicator for preview pager. [CHAR LIMIT=NONE] --> <string name="preview_page_indicator_content_description">Preview, page <xliff:g id="current_page" example="3">%1$d</xliff:g> of <xliff:g id="num_pages" example="9">%2$d</xliff:g></string> Loading