0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 20:03:13 +02:00

Update sdks to 22, Remove FAB again, layout/placement needs more thought.

This commit is contained in:
Arne Schwabe 2015-06-07 22:03:10 +01:00
parent b95bd6fe25
commit 4ccdfbc15a
3 changed files with 3 additions and 4 deletions

View File

@ -312,8 +312,7 @@ public class VpnStatus {
public void saveLogToDisk(Context c) {
new File(c.getCacheDir(), "log.xml");
File logOut = new File(c.getCacheDir(), "log.xml");
}

View File

@ -46,5 +46,5 @@
</LinearLayout>
</ScrollView>
<include layout="@layout/save_fab" />
<!-- <include layout="@layout/save_fab" /> -->
</FrameLayout>

View File

@ -74,6 +74,6 @@
</LinearLayout>
<include layout="@layout/profile_list_fabs" />
<!-- <include layout="@layout/profile_list_fabs" /> -->
</FrameLayout>