Skip to content

Instantly share code, notes, and snippets.

@Tashachan
Tashachan / activity main
Last active November 13, 2017 18:42
Class5 your first project modified dimens and string
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:background="@color/colorBack"
tools:context="com.example.android.helloandroid.MainActivity"
tools:ignore="ExtraText"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
@Tashachan
Tashachan / gist:9b491ac53129ff0efe9b81b3b0295f6c
Created November 13, 2017 16:28
Class5 your first project
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#2b2b2b"
tools:context="com.example.android.helloandroid.MainActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"