2014-10-23 16:58:47 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="4dp"
|
|
|
|
android:background="@color/light_grey_1"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:showDividers="middle" >
|
|
|
|
|
2014-10-24 04:31:52 +00:00
|
|
|
<Button
|
|
|
|
android:id="@+id/teaserElement"
|
2014-10-23 16:58:47 +00:00
|
|
|
android:layout_width="match_parent"
|
2014-10-24 04:31:52 +00:00
|
|
|
android:layout_height="120dp"
|
|
|
|
android:background="@drawable/test_teaser_bkg_button"
|
|
|
|
android:text="Промышленность"
|
|
|
|
android:textColor="@color/text_white"
|
|
|
|
android:textSize="18sp"
|
|
|
|
android:textStyle="bold" />
|
2014-10-23 16:58:47 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|