Skip to content

Instantly share code, notes, and snippets.

View kolanse's full-sized avatar

Samuel Ochuba kolanse

View GitHub Profile
@kolanse
kolanse / activity_main.xml
Created August 8, 2020 19:49
Dark mode xml file
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/background_lay"
tools:context=".MainActivity">
<Button