mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-24 01:06:39 +00:00
Major update to v2.5
This commit is contained in:
12
res/layout/simplerow.xml
Normal file
12
res/layout/simplerow.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/rowTextView"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dp"
|
||||
android:textSize="16sp"
|
||||
android:background="@drawable/list_view_border"
|
||||
android:textIsSelectable="false" >
|
||||
|
||||
</TextView>
|
||||
Reference in New Issue
Block a user