Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p> </p> <pre><code>&lt;LinearLayout android:id="@+id/buttonlayout" android:layout_width="fill_parent" android:layout_height="60sp" android:background="@drawable/topbar" android:gravity="left|top" android:height="60sp" android:orientation="horizontal" &gt; &lt;Button android:id="@+id/settings" android:layout_width="54sp" android:layout_height="60sp" android:background="@drawable/meenu" /&gt; &lt;ImageView android:id="@+id/prevMonth" android:layout_width="20sp" android:layout_height="fill_parent" android:layout_gravity="center" android:layout_marginLeft="10sp" android:src="@drawable/calendar_left_arrow_selector" &gt; &lt;/ImageView&gt; &lt;TextView android:id="@+id/currentMonth" android:layout_width="fill_parent" android:layout_height="60sp" android:layout_weight="0.6" android:gravity="center" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="#FFFFFF" &gt; &lt;/TextView&gt; &lt;ImageView android:id="@+id/nextMonth" android:layout_width="20sp" android:layout_height="fill_parent" android:layout_gravity="center" android:layout_marginRight="10sp" android:src="@drawable/calendar_right_arrow_selector" &gt; &lt;/ImageView&gt; &lt;Button android:id="@+id/addEvent" android:layout_width="54sp" android:layout_height="60sp" android:background="@drawable/plus" /&gt; &lt;/LinearLayout&gt; &lt;Button android:id="@+id/selectedDayMonthYear" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:background="@drawable/calendar_top_header" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="#FFFFFF" &gt; &lt;/Button&gt; &lt;LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="center" &gt; &lt;ImageView android:id="@+id/calendarheader" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:src="@drawable/calendar_days" &gt; &lt;/ImageView&gt; &lt;/LinearLayout&gt; &lt;GridView android:id="@+id/calendar" android:layout_width="fill_parent" android:layout_height="wrap_content" android:numColumns="7" &gt; &lt;/GridView&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload