File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22<selector xmlns : android =" http://schemas.android.com/apk/res/android" >
33 <item android : state_pressed =" false" android : drawable =" @color/green_light" />
44 <item android : state_pressed =" true" android : drawable =" @color/green_dark" />
5- </selector >
5+ </selector >
Original file line number Diff line number Diff line change 2424
2525 <Button
2626 android : id =" @+id/btn_add_income"
27- android : layout_width =" match_parent "
27+ android : layout_width =" 0dp "
2828 android : layout_height =" wrap_content"
29- android : layout_gravity =" end"
3029 android : layout_weight =" 1"
3130 android : background =" @drawable/selector_add_income"
3231 android : padding =" @dimen/normal_margin"
3332 android : text =" @string/add_income" />
3433
3534 <Button
3635 android : id =" @+id/btn_add_expense"
37- android : layout_width =" match_parent "
36+ android : layout_width =" 0dp "
3837 android : layout_height =" wrap_content"
3938 android : layout_weight =" 1"
4039 android : background =" @drawable/selector_add_expense"
You can’t perform that action at this time.
0 commit comments