<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="350dp"
    android:layout_height="match_parent"
    android:theme="@style/Theme.Transparent"

    tools:context=".ActivityKeyboardGertec"
    tools:layout_height="match_parent">


    <FrameLayout
        android:id="@+id/frame_layout_keyboard"
        android:layout_width="fill_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
        android:paddingTop="350dp">

        <include layout="@layout/layout_pin_dmobile" />

    </FrameLayout>
</android.support.constraint.ConstraintLayout>
