Skip to content

Instantly share code, notes, and snippets.

View AndroidLibrariesYoutube's full-sized avatar

Dheeraj Rijhwani AndroidLibrariesYoutube

  • Indore, Madhya Pradesh, India
View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_height="match_parent">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorPrimary"
>
@font-face {
font-family: KaTeX_AMS;
src: url(/static/fonts/KaTeX_AMS-Regular.cd28a1d.woff2) format("woff2"), url(/static/fonts/KaTeX_AMS-Regular.b2d9296.woff) format("woff"), url(/static/fonts/KaTeX_AMS-Regular.dffd527.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: KaTeX_Caligraphic;
src: url(/static/fonts/KaTeX_Caligraphic-Bold.42a984d.woff2) format("woff2"), url(/static/fonts/KaTeX_Caligraphic-Bold.fe8c221.woff) format("woff"), url(/static/fonts/KaTeX_Caligraphic-Bold.c7e386d.ttf) format("truetype");
@AndroidLibrariesYoutube
AndroidLibrariesYoutube / android.yml
Created May 2, 2020 15:16
Firebase App Distribution with Github Action File
name: Build & upload to Firebase App Distribution
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps: