mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Android: Fix a warning regarding a string in the slider layout
This commit is contained in:
parent
fa0c3aa62d
commit
4221999c6e
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@ -15,7 +16,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="New Text"
|
||||
tools:text="Sample Text"
|
||||
android:id="@+id/textView"
|
||||
android:textStyle="bold"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user