Migrate to greenDAO (#23)
* Migration of database operation to greenDAO * Disable crashlitics for debug builds * Remove unused drawable * Fix crash when user have one grade
This commit is contained in:

committed by
Mikołaj Pich

parent
9b4c406934
commit
690b730494
Binary file not shown.
Before Width: | Height: | Size: 37 KiB |
@ -7,9 +7,11 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/subject_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="15dp"
|
||||
android:layout_marginRight="50dp"
|
||||
android:layout_marginEnd="50dp"
|
||||
android:text="@string/app_name"
|
||||
android:textSize="19sp" />
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<resources>
|
||||
|
||||
<style name="WulkanowyTheme" parent="Theme.AppCompat.Light">
|
||||
<style name="WulkanowyTheme" parent="Base.Theme.AppCompat.Light">
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorPrimary</item>
|
||||
|
Reference in New Issue
Block a user