Skip to content

Instantly share code, notes, and snippets.

@gamebusterz
Created October 25, 2016 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gamebusterz/8ab684c5706d9d64c6767a1d880a2012 to your computer and use it in GitHub Desktop.
Save gamebusterz/8ab684c5706d9d64c6767a1d880a2012 to your computer and use it in GitHub Desktop.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:orientation="vertical"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@android:color/background_dark"
android:layout_height="match_parent"
android:padding="0dip"
tools:context=".LoginActivity">
<android.support.v7.widget.Toolbar
android:elevation="4dp"
android:background="@android:color/background_dark"
android:theme="@style/ThemeOverlay.AppCompat.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize">
</android.support.v7.widget.Toolbar>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:gravity="center_horizontal"
android:textSize="40sp"
android:textColor="@android:color/white"
android:text="Calling"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment