Skip to content

Commit e94d6ea

Browse files
authored
Merge pull request #235 from mngoe/feature-36581
upgrade about & quit logo
2 parents 45b54ff + ee8b7c0 commit e94d6ea

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

app/src/main/java/org/openimis/imispolicies/MainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ public void onReceivedTitle(WebView view, String title) {
308308
});
309309
NavigationView navigationView = findViewById(R.id.nav_view);
310310
View headerview = navigationView.getHeaderView(0);
311+
navigationView.setItemIconTintList(null);
311312
Login = headerview.findViewById(R.id.tvLogin);
312313
OfficerName = headerview.findViewById(R.id.tvOfficerName);
313314

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
2+
3+
<path android:fillColor="@android:color/white" android:pathData="M20,2L4,2c-1.1,0 -1.99,0.9 -1.99,2L2,22l4,-4h14c1.1,0 2,-0.9 2,-2L22,4c0,-1.1 -0.9,-2 -2,-2zM13,11h-2L11,5h2v6zM13,15h-2v-2h2v2z"/>
4+
5+
</vector>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FF000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
2+
3+
<path android:fillColor="@android:color/white" android:pathData="M3,3v18h18V3H3zM17,15.59L15.59,17L12,13.41L8.41,17L7,15.59L10.59,12L7,8.41L8.41,7L12,10.59L15.59,7L17,8.41L13.41,12L17,15.59z"/>
4+
5+
</vector>

app/src/main/res/menu/activity_main_drawer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
android:title="@string/Sync" />
4848
<item
4949
android:id="@+id/nav_quit"
50-
android:icon="@drawable/ic_quit"
50+
android:icon="@drawable/ic_quit1"
5151
android:title="@string/Quit" />
5252
<item
5353
android:id="@+id/nav_about"
54-
android:icon="@drawable/ic_about"
54+
android:icon="@drawable/ic_about1"
5555
android:title="@string/About" />
5656
<item
5757
android:id="@+id/nav_settings"

0 commit comments

Comments
 (0)