add color for getTelegram button
This commit is contained in:
parent
2851d8d520
commit
1375427c64
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
<item android:state_pressed="true">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#f0f0f0" />
|
||||
<solid android:color="@color/dialog_no_telegram_bg" />
|
||||
<corners android:radius="@dimen/dialog_button_radius" />
|
||||
</shape>
|
||||
</item>
|
||||
|
|
|
@ -38,5 +38,6 @@
|
|||
|
||||
<color name="dialog_continue_btn_active_bg">#5959ff</color>
|
||||
<color name="dialog_continue_btn_non_active_bg">#f0f0f0</color>
|
||||
<color name="dialog_no_telegram_bg">#f0f0f0</color>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue