-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from dievskiy/master
improve ui for buttons
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
Houseclub/src/main/res/drawable/button_grey_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<transition xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<ripple android:color="?android:attr/colorControlHighlight"> | ||
<item> | ||
<shape android:id="@android:id/mask"> | ||
<solid android:color="#f2f2f2" /> | ||
<padding | ||
android:bottom="0dp" | ||
android:left="8dp" | ||
android:right="8dp" | ||
android:top="0dp" /> | ||
<corners | ||
android:radius="28dp" /> | ||
</shape> | ||
</item> | ||
</ripple> | ||
</item> | ||
<item> | ||
<shape android:id="@android:id/mask"> | ||
<solid android:color="#e2e2e2" /> | ||
<padding | ||
android:bottom="0dp" | ||
android:left="8dp" | ||
android:right="8dp" | ||
android:top="0dp" /> | ||
<corners android:radius="28dp" /> | ||
</shape> | ||
</item> | ||
|
||
</transition> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c336163
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Гриш, собери сборку, плиз
c336163
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please make a new apk with the new changes