bug fix which caused a crash when opening remote files

This commit is contained in:
Philipp Crocoll 2015-12-23 20:31:21 +01:00
parent 75c85cb4f2
commit d99092aabd

View File

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<ProgcontextsBar <ProgressBar
android:id="@+id/fssa_progcontexts_bar" android:id="@+id/fssa_progress_bar"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"