diff options
Diffstat (limited to 'samples/BluetoothChat/res/layout/message.xml')
-rw-r--r-- | samples/BluetoothChat/res/layout/message.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/BluetoothChat/res/layout/message.xml b/samples/BluetoothChat/res/layout/message.xml index c693f3ad3..8fa358c97 100644 --- a/samples/BluetoothChat/res/layout/message.xml +++ b/samples/BluetoothChat/res/layout/message.xml @@ -14,7 +14,7 @@ limitations under the License. --> <TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="18sp" android:padding="5dp" |