X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/a39c85768000040b90c064bdb3218574e4579c0b..7e893e6ecbe15b28274a468d5b605f70176f174c:/res/layout/share_file_layout.xml diff --git a/res/layout/share_file_layout.xml b/res/layout/share_file_layout.xml index 1a07b5fe..27a6133d 100644 --- a/res/layout/share_file_layout.xml +++ b/res/layout/share_file_layout.xml @@ -15,98 +15,227 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . --> - - - + + - - + android:background="@color/background_material_light" + android:orientation="vertical" + > + + + + + + + + + + + android:textSize="16sp" + android:text="@string/share_with_user_section_title" + android:id="@+id/shareWithUsersSectionTitle" + android:layout_gravity="start" + android:padding="8dp" + android:background="@color/actionbar_start_color" + android:textColor="@color/white"/> + + - - - - - - + android:id="@+id/shareNoUsers" + android:text="@string/share_no_users" + android:textSize="12sp" + android:padding="12dp" /> - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - + \ No newline at end of file