Skip to content

Instantly share code, notes, and snippets.

View nniksa91's full-sized avatar

Nikola Niksa nniksa91

View GitHub Profile
@nniksa91
nniksa91 / activity_main.xml
Last active January 23, 2017 15:04
Android Studio Development
<?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:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#ffffff"
android:padding="16dp"
tools:context="com.example.android.justjava.MainActivity">