use empty string as placeholder
This commit is contained in:
parent
848dba0abc
commit
343b94506d
@ -48,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:id="@+id/media_directories"
|
android:id="@+id/media_directories"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="-" />
|
android:text="@string/empty" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/edit_button"
|
android:id="@+id/edit_button"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user