Skip to content

Instantly share code, notes, and snippets.

@bromne
Created August 8, 2016 05:07
Show Gist options
  • Save bromne/b4dc440f8b3cf158afae26fd987675b2 to your computer and use it in GitHub Desktop.
Save bromne/b4dc440f8b3cf158afae26fd987675b2 to your computer and use it in GitHub Desktop.
Fragment: Monokai color set
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#272822"
android:layout_weight="1" />
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f82672"
android:layout_weight="1" />
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#66d8ee"
android:layout_weight="1" />
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#75715e"
android:layout_weight="1" />
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#a5e12e"
android:layout_weight="1" />
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#e5da74"
android:layout_weight="1" />
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ad80fe"
android:layout_weight="1" />
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#fb961f"
android:layout_weight="1" />
</LinearLayout>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment