Enter by invite small change
This commit is contained in:
parent
b4a4b6e15d
commit
35cd51a2fe
1 changed files with 8 additions and 5 deletions
|
@ -69,14 +69,17 @@
|
|||
|
||||
|
||||
<TableRow>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/osmo_group_by_invite" />
|
||||
|
||||
<CheckBox
|
||||
android:paddingLeft="3dp"
|
||||
android:layout_span="2"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/OnlyByInvite"
|
||||
android:text="@string/osmo_group_by_invite" />
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="3dp" />
|
||||
</TableRow>
|
||||
<TableRow>
|
||||
|
||||
|
|
Loading…
Reference in a new issue