mirror of
https://gitlab.com/SoftwareTalent/FrasesDeAnime.git
synced 2026-03-19 16:52:24 +01:00
Changes to code and images
This commit is contained in:
@@ -71,11 +71,11 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn_fav"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="44dp"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:background="@drawable/star_off"
|
||||
android:layout_marginTop="12dp"
|
||||
android:background="@drawable/star_on"
|
||||
android:scaleType="centerInside" />
|
||||
|
||||
<ImageButton
|
||||
@@ -113,6 +113,13 @@
|
||||
android:layout_weight="1"
|
||||
app:srcCompat="@android:drawable/ic_media_previous" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn_today"
|
||||
android:layout_width="28dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
app:srcCompat="@android:drawable/ic_dialog_dialer" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn_next"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user