remove references to dimensions from MaterialDialogs library
This commit is contained in:
parent
9367d5e697
commit
b500c83d32
6 changed files with 26 additions and 20 deletions
|
|
@ -45,7 +45,7 @@
|
|||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:gravity="center_vertical"
|
||||
android:minHeight="@dimen/md_listitem_height"
|
||||
android:minHeight="@dimen/item_height"
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp">
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:gravity="center_vertical"
|
||||
android:minHeight="@dimen/md_listitem_height"
|
||||
android:minHeight="@dimen/item_height"
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue