Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28962c5d authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Improve layout preview for drawer

parent 359f3820
Loading
Loading
Loading
Loading
+13 −6
Original line number Original line Diff line number Diff line
@@ -18,6 +18,7 @@
  ~ along with QKSMS.  If not, see <http://www.gnu.org/licenses/>.
  ~ along with QKSMS.  If not, see <http://www.gnu.org/licenses/>.
  -->
  -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:orientation="vertical"
@@ -31,7 +32,8 @@
        <ImageView
        <ImageView
            android:id="@+id/inboxIcon"
            android:id="@+id/inboxIcon"
            style="@style/DrawerIcon"
            style="@style/DrawerIcon"
            android:src="@drawable/ic_inbox_black_24dp" />
            android:src="@drawable/ic_inbox_black_24dp"
            tools:tint="@color/tools_theme" />


        <common.widget.QkTextView
        <common.widget.QkTextView
            style="@style/DrawerText"
            style="@style/DrawerText"
@@ -46,7 +48,8 @@
        <ImageView
        <ImageView
            android:id="@+id/archivedIcon"
            android:id="@+id/archivedIcon"
            style="@style/DrawerIcon"
            style="@style/DrawerIcon"
            android:src="@drawable/ic_archive_black_24dp" />
            android:src="@drawable/ic_archive_black_24dp"
            tools:tint="@color/textSecondary" />


        <common.widget.QkTextView
        <common.widget.QkTextView
            style="@style/DrawerText"
            style="@style/DrawerText"
@@ -62,7 +65,8 @@
        <ImageView
        <ImageView
            android:id="@+id/scheduledIcon"
            android:id="@+id/scheduledIcon"
            style="@style/DrawerIcon"
            style="@style/DrawerIcon"
            android:src="@drawable/ic_event_black_24dp" />
            android:src="@drawable/ic_event_black_24dp"
            tools:tint="@color/textSecondary" />


        <common.widget.QkTextView
        <common.widget.QkTextView
            style="@style/DrawerText"
            style="@style/DrawerText"
@@ -89,7 +93,8 @@
        <ImageView
        <ImageView
            android:id="@+id/settingsIcon"
            android:id="@+id/settingsIcon"
            style="@style/DrawerIcon"
            style="@style/DrawerIcon"
            android:src="@drawable/ic_settings_black_24dp" />
            android:src="@drawable/ic_settings_black_24dp"
            tools:tint="@color/textSecondary" />


        <common.widget.QkTextView
        <common.widget.QkTextView
            style="@style/DrawerText"
            style="@style/DrawerText"
@@ -104,7 +109,8 @@
        <ImageView
        <ImageView
            android:id="@+id/plusIcon"
            android:id="@+id/plusIcon"
            style="@style/DrawerIcon"
            style="@style/DrawerIcon"
            android:src="@drawable/ic_star_black_24dp" />
            android:src="@drawable/ic_star_black_24dp"
            tools:tint="@color/textSecondary" />


        <common.widget.QkTextView
        <common.widget.QkTextView
            style="@style/DrawerText"
            style="@style/DrawerText"
@@ -119,7 +125,8 @@
        <ImageView
        <ImageView
            android:id="@+id/helpIcon"
            android:id="@+id/helpIcon"
            style="@style/DrawerIcon"
            style="@style/DrawerIcon"
            android:src="@drawable/ic_help_black_24dp" />
            android:src="@drawable/ic_help_black_24dp"
            tools:tint="@color/textSecondary" />


        <common.widget.QkTextView
        <common.widget.QkTextView
            style="@style/DrawerText"
            style="@style/DrawerText"