]> Pileus Git - ~andy/freeotp/blobdiff - res/layout/manual.xml
Add ScrollView to manual token entry
[~andy/freeotp] / 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>