Loading presentation/src/main/res/layout/drawer_view.xml +13 −6 Original line number Original line Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading Loading
presentation/src/main/res/layout/drawer_view.xml +13 −6 Original line number Original line Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading