]> Pileus Git - ~andy/freeotp/commitdiff
Add ScrollView to manual token entry
authorNathaniel McCallum <npmccallum@redhat.com>
Wed, 4 Dec 2013 21:57:48 +0000 (16:57 -0500)
committerNathaniel McCallum <npmccallum@redhat.com>
Wed, 4 Dec 2013 21:57:48 +0000 (16:57 -0500)
res/layout/manual.xml

index d2628391cf8a8e2bf71913b4269df9ee05dfff67..e77430e1ff0532b62e171bd7a2212d149d1d1668 100644 (file)
@@ -18,7 +18,7 @@
    - See the License for the specific language governing permissions and
    - limitations under the License.
    -->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent" >
     <TableLayout
             </RadioGroup>
         </TableRow>
     </TableLayout>
-</RelativeLayout>
\ No newline at end of file
+</ScrollView>