mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
divider to insert between players
This commit is contained in:
parent
47387990e9
commit
257addec99
1 changed files with 10 additions and 0 deletions
10
xwords4/android/XWords4/res/layout/divider_view.xml
Normal file
10
xwords4/android/XWords4/res/layout/divider_view.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/divider"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="100dp"
|
||||
android:background="@android:drawable/divider_horizontal_bright"
|
||||
/>
|
||||
|
Loading…
Reference in a new issue