Skip to content

Instantly share code, notes, and snippets.

View Sadoyu's full-sized avatar

Sai Kiran Chandolu Sadoyu

View GitHub Profile
@Sadoyu
Sadoyu / activity_main.xml
Created March 24, 2018 05:18 — forked from udacityandroid/activity_main.xml
Android for Beginners : Add the Chocolate Topping Checkbox Solution XML
<ScrollView 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"
tools:context=".MainActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"