mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
Hide empty message
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<EditText
|
||||
android:id="@+id/input_description"
|
||||
android:hint="@string/description"
|
||||
android:hint="@string/description_hint"
|
||||
style="@style/dialogFormInputMultiline" />
|
||||
|
||||
<LinearLayout
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:dslv="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#ffffff">
|
||||
xmlns:dslv="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#ffffff">
|
||||
|
||||
<com.mobeta.android.dslv.DragSortListView
|
||||
android:id="@+id/listView"
|
||||
@@ -18,7 +18,7 @@
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/tvEmpty"
|
||||
android:id="@+id/llEmpty"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
@@ -31,27 +31,25 @@
|
||||
android:textSize="80sp"/>
|
||||
|
||||
<TextView
|
||||
android:text="@string/no_habits_found"
|
||||
style="@style/habitsListEmptyStyle"/>
|
||||
style="@style/habitsListEmptyStyle"
|
||||
android:text="@string/no_habits_found"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
||||
<LinearLayout style="@style/habitsListHeaderStyle">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvStarHeader"
|
||||
style="@style/habitsListStarStyle" />
|
||||
style="@style/habitsListStarStyle"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvNameHeader"
|
||||
style="@style/habitsListNameStyle"
|
||||
android:text="" />
|
||||
android:text=""/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/llButtonsHeader"
|
||||
style="@style/habitsListButtonsPanelStyle" />
|
||||
style="@style/habitsListButtonsPanelStyle"/>
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -47,6 +47,7 @@
|
||||
<string name="history">History</string>
|
||||
<string name="clear">Clear</string>
|
||||
<string name="description">Description</string>
|
||||
<string name="description_hint">Description</string>
|
||||
<string name="repeat">Repeat</string>
|
||||
<string name="default_freq_num">3</string>
|
||||
<string name="times_every">times every</string>
|
||||
|
||||
Reference in New Issue
Block a user