Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 326489ee authored by Brian Muramatsu's avatar Brian Muramatsu Committed by Android Git Automerger
Browse files

am c30a6712: Merge "Show regulatory info within a ScrollView" into jb-mr1-dev

* commit 'c30a6712':
  Show regulatory info within a ScrollView
parents c58479ec c30a6712
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -13,9 +13,14 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">
    <ImageView
        android:adjustViewBounds="true"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:scaleType="centerCrop"
        android:src="@drawable/regulatory_info" />
</ScrollView>