Skip to content

Commit

Permalink
better align entries
Browse files Browse the repository at this point in the history
  • Loading branch information
djnilse committed Jun 12, 2014
1 parent fa41940 commit c0b4612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vplan/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
<style name="row_element">
<item name="android:layout_width">0dp</item>
<item name="android:layout_weight">1</item>
<item name="android:layout_height">48dp</item>
<item name="android:layout_height">match_parent</item>
<item name="android:textAppearance">@android:style/TextAppearance.Small</item>
<item name="android:gravity">center</item>
<item name="android:layout_gravity">center</item>
</style>

<style name="header_text_view">
Expand Down

0 comments on commit c0b4612

Please sign in to comment.