Skip to content

Instantly share code, notes, and snippets.

View loopiezlol's full-sized avatar

Cătălin Buruiană loopiezlol

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">MediTrack</string>
<color name="lightgray">#EAEAE9</color>
<string name="medicament_diazepam">Diazepam, comprimate</string>
<string name="descriere_diazepam">Prima pagina›Medicamente›Diazepam, comprimate
Diazepam, comprimate
@loopiezlol
loopiezlol / farmacie_layout.xml
Created March 9, 2014 08:53
<color name="lightgray">#EAEAE9</color>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<LinearLayout android:layout_width="fill_parent"
android:layout_height="60dp"
android:layout_alignParentBottom="true"
android:background="@color/lightgray"
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<LinearLayout android:layout_width="fill_parent"
android:layout_height="60dp"
android:layout_alignParentBottom="true"
android:background="@color/lightgray"