5c3b06496f
# Conflicts: # GSKMTOrange/src/main/AndroidManifest.xml # GSKMTOrange/src/main/java/cpm/com/gskmtorange/GeoTag/GeoTagActivity.java
16 lines
562 B
XML
16 lines
562 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fitsSystemWindows="true"
|
|
tools:context="cpm.com.gskmtorange.dailyentry.AdditionalVisibility">
|
|
|
|
<include layout="@layout/contentadditionalvisibility" />
|
|
|
|
|
|
|
|
|
|
</android.support.design.widget.CoordinatorLayout>
|