Skip to content

Commit e89f202

Browse files
committed
ui updates
1 parent 0a6d0dc commit e89f202

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed

.idea/workspace.xml

+25-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PytorchAndroid/app/src/main/res/layout/content_result.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010

1111
<ImageView
1212
android:layout_width="match_parent"
13-
android:layout_height="500px"
14-
android:scaleType="fitXY"
13+
android:layout_height="wrap_content"
14+
android:adjustViewBounds="true"
1515
android:src="@drawable/ic_launcher_background"
1616
app:layout_constraintEnd_toEndOf="parent"
1717
app:layout_constraintStart_toStartOf="parent"
1818
app:layout_constraintTop_toTopOf="parent"
1919
app:layout_constraintBottom_toBottomOf="parent"
2020
android:id="@+id/image"
21+
2122
/>
2223

2324
<TextView

0 commit comments

Comments
 (0)