diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml
index 4572edc..cee9415 100644
--- a/app/src/main/res/layout/fragment_profile.xml
+++ b/app/src/main/res/layout/fragment_profile.xml
@@ -29,7 +29,7 @@
             android:id="@+id/showState"
             android:layout_width="0dp"
             android:layout_height="0dp"
-            app:constraint_referenced_ids="logout,fullname,photo2,position,lastEntry,scan" />
+            app:constraint_referenced_ids="fullname,photo2,position,lastEntry,scan,admin,entry_list" />
 
 
         <TextView
@@ -149,7 +149,8 @@
             android:src="@drawable/ic_admin"
             app:layout_constraintBottom_toBottomOf="parent"
             app:layout_constraintEnd_toStartOf="@+id/scan"
-            app:layout_constraintStart_toEndOf="@+id/entry_list" />
+            app:layout_constraintStart_toEndOf="@+id/entry_list"
+            app:maxImageSize="40dp"/>
 
         <com.google.android.material.floatingactionbutton.FloatingActionButton
             android:id="@+id/entry_list"
@@ -157,10 +158,10 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:contentDescription="@string/profile_scan_button"
-            android:src="@drawable/ic_admin"
+            android:src="@drawable/icon_list"
             app:layout_constraintBottom_toBottomOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:maxImageSize="40dp" />
+             />
 
 
     </androidx.constraintlayout.widget.ConstraintLayout>
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 81c0ab2..e1df5c7 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -3,7 +3,8 @@
     <style name="Base.Theme.UiTemplate" parent="Theme.MaterialComponents.DayNight.NoActionBar">
         <!-- Customize your light theme here. -->
         <item name="colorPrimary">@color/AccentBlue</item>
-        <item name="colorPrimaryDark">@color/AccentBlue</item>
+        <item name="colorPrimaryDark">@color/white</item>
+        <item name="android:windowLightStatusBar">true</item>
         <item name="android:navigationBarColor">@color/white</item>
         <item name="android:colorBackground">@color/white</item>
     </style>