Quellcode durchsuchen

add toolbar to log screen

Andy Scherzinger vor 9 Jahren
Ursprung
Commit
e5cc51e07e
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      res/layout/log_send_file.xml

+ 3 - 0
res/layout/log_send_file.xml

@@ -22,6 +22,9 @@
     android:orientation="vertical"
     android:weightSum="1" >
 
+    <include
+        layout="@layout/toolbar_standard" />
+
     <ScrollView
         android:id="@+id/scrollView1"
         android:layout_width="match_parent"