ツールバーにlayoutが被るときの対処
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
<activity android:name=".MainActivity
android:label="@string/app_name"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan|adjustResize"
<CheckBox android:id="@+id/checkBox" android:text="@null" android:translationX="12dp"
String hoge = getString(R.string.xxx);
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
}
}
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:name=".MyApplication"
android:label="@string/app_name"
G-Tracker is an application that performs tracking of the current location using GPS built in Android. You can also get navigation an...