|
14 | 14 | ~ You should have received a copy of the GNU General Public License |
15 | 15 | ~ along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | 16 | --> |
17 | | -<!-- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" --> |
18 | | -<!-- xmlns:pixlui="http://schemas.android.com/apk/com.neopixl.pixlui" --> |
19 | | -<!-- android:layout_width="match_parent" --> |
20 | | -<!-- android:layout_height="wrap_content" --> |
21 | | -<!-- android:background="@drawable/icon_selector" --> |
22 | | -<!-- android:gravity="center_vertical" --> |
23 | | -<!-- android:orientation="horizontal" --> |
24 | | -<!-- android:paddingLeft="@dimen/horizontal_margin" --> |
25 | | -<!-- android:paddingStart="@dimen/horizontal_margin"> --> |
26 | 17 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
27 | 18 | xmlns:pixlui="http://schemas.android.com/apk/com.neopixl.pixlui" |
28 | 19 | android:layout_width="match_parent" |
29 | 20 | android:layout_height="wrap_content" |
30 | 21 | android:background="@drawable/icon_selector" |
31 | 22 | android:gravity="center_vertical" |
32 | 23 | android:orientation="horizontal" |
33 | | - android:paddingLeft="@dimen/horizontal_margin" |
34 | 24 | android:paddingStart="@dimen/horizontal_margin"> |
35 | 25 |
|
36 | 26 | <ImageView |
|
39 | 29 | android:padding="4dp" |
40 | 30 | android:src="@drawable/ic_settings_black_36dp" /> |
41 | 31 |
|
42 | | -<!-- <com.neopixl.pixlui.components.textview.TextView --> |
43 | | -<!-- android:id="@+id/settings" --> |
44 | | -<!-- android:layout_width="@dimen/navigation_drawer_width" --> |
45 | | -<!-- android:layout_height="50dp" --> |
46 | | -<!-- android:gravity="center_vertical" --> |
47 | | -<!-- android:paddingLeft="@dimen/icon_text_margin" --> |
48 | | -<!-- android:paddingStart="@dimen/icon_text_margin" --> |
49 | | -<!-- android:text="@string/settings" --> |
50 | | -<!-- android:textAllCaps="true" --> |
51 | | -<!-- android:textAppearance="@style/Text.Normal" --> |
52 | | -<!-- android:textColor="@color/drawer_text" --> |
53 | | -<!-- pixlui:typeface="Roboto-Regular.ttf" /> --> |
54 | | - |
55 | 32 | <com.neopixl.pixlui.components.textview.TextView |
56 | 33 | android:id="@+id/settings" |
57 | 34 | android:layout_width="@dimen/navigation_drawer_width" |
58 | 35 | android:layout_height="50dp" |
59 | 36 | android:gravity="center_vertical" |
60 | | - android:paddingLeft="@dimen/icon_text_margin" |
61 | 37 | android:paddingStart="@dimen/icon_text_margin" |
62 | 38 | android:text="@string/settings" |
63 | 39 | android:textAllCaps="true" |
|
0 commit comments