Skip to content

Commit

Permalink
added table view style
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Gill committed Aug 11, 2022
1 parent 76f24e1 commit 44dd959
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions uihouse/src/main/res/values/styles.xml
Expand Up @@ -44,4 +44,10 @@
<item name="android:background">?attr/colorOnSurface</item>
<item name="android:alpha">@dimen/alpha_low_emphasis</item>
</style>

<!--Style for table view rows-->
<style name="Mifos.DesignSystem.Components.Table.Row" parent="android:Widget">
<item name="android:padding">@dimen/Mifos.DesignSystem.Spacing.CardInnerPadding</item>
<item name="android:gravity">center</item>
</style>
</resources>

0 comments on commit 44dd959

Please sign in to comment.