implement favorite button

This commit is contained in:
Carlos Martinez
2020-02-06 10:35:54 -03:00
parent e1616a7370
commit 1fa3f8c43d
20 changed files with 236 additions and 29 deletions

View File

@@ -11,7 +11,8 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="false"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:hardwareAccelerated="true">
<activity
android:name=".view.MainActivity"