am c30a6712
: Merge "Show regulatory info within a ScrollView" into jb-mr1-dev
* commit 'c30a6712f266b9d4cf0c68b4a708ae6ae95911f4': Show regulatory info within a ScrollView
This commit is contained in:
@@ -13,9 +13,14 @@
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
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:adjustViewBounds="true"
|
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:scaleType="centerCrop"
|
<ImageView
|
||||||
android:src="@drawable/regulatory_info"/>
|
android:adjustViewBounds="true"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:scaleType="centerCrop"
|
||||||
|
android:src="@drawable/regulatory_info" />
|
||||||
|
</ScrollView>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user