mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-25 07:05:41 +00:00
Add build.gradle, as requested by #82
This commit is contained in:
@@ -135,6 +135,6 @@
|
||||
android:layout_below="@+id/main_button_choose_account"
|
||||
android:layout_marginTop="33dp"
|
||||
android:src="@drawable/next_arrow" />
|
||||
<!-- android:layout_below="@+id/main_button_sync" -->
|
||||
<!-- android:layout_below="@+id/main_button_syncruir" -->
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -30,10 +30,19 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent" >
|
||||
|
||||
<ListView
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:text="@string/function_not_available"
|
||||
android:id="@+id/textView"
|
||||
android:layout_gravity="center_horizontal"/>
|
||||
|
||||
<ListView
|
||||
android:id="@android:id/list"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:drawSelectorOnTop="true" />
|
||||
android:drawSelectorOnTop="true"
|
||||
android:clickable="false"/>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user