Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Improve on demand help layout
Browse files Browse the repository at this point in the history
Refs #1790
  • Loading branch information
M66B committed Jul 6, 2014
1 parent cd9eadd commit a20880d
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions res/layout/ondemand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,22 +170,15 @@
android:textAppearance="?android:attr/textAppearanceSmall"
android:textStyle="bold" />
</TableRow>

<TableRow
android:layout_width="wrap_content"
android:layout_height="wrap_content" >

<TextView
android:id="@+id/tvInfo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_span="2"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceSmall"
android:visibility="gone" />
</TableRow>
</TableLayout>

<TextView
android:id="@+id/tvInfo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:visibility="gone" />

<CheckBox
android:id="@+id/cbCategory"
android:layout_width="wrap_content"
Expand Down

0 comments on commit a20880d

Please sign in to comment.