|
@@ -17,24 +17,20 @@
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
-->
|
|
|
-
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="center"
|
|
|
- android:padding="8dip"
|
|
|
android:fillViewport="true"
|
|
|
- android:orientation="vertical"
|
|
|
- >
|
|
|
+ android:orientation="vertical" >
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="8dip"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical"
|
|
|
android:focusable="true"
|
|
|
- >
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:padding="8dp" >
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/imageView1"
|