Skip to content

Instantly share code, notes, and snippets.

View KristinaBorisova's full-sized avatar

Kristina Borisova KristinaBorisova

  • Vratsa, Bulgaria
  • 03:43 (UTC -12:00)
View GitHub Profile
@KristinaBorisova
KristinaBorisova / sampleREADME.md
Created July 29, 2020 14:03 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here

@KristinaBorisova
KristinaBorisova / activity_main.xml
Created November 25, 2017 20:42 — forked from anonymous/activity_main.xml
RelativeLayout XML for Udacity quiz question
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
<TextView
android:text="I’m in this corner"
android:layout_height="wrap_content"
android:layout_width="wrap_content"