Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

How to get the degree sign? #288

Open
Atikabansal opened this issue Sep 23, 2016 · 1 comment
Open

How to get the degree sign? #288

Atikabansal opened this issue Sep 23, 2016 · 1 comment

Comments

@Atikabansal
Copy link

Atikabansal commented Sep 23, 2016

image

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textAppearance="?android:attr/textAppearanceLarge"
    android:text="Today , Sep 23"
    android:id="@+id/textView"
    android:layout_alignParentTop="true"
    android:layout_centerHorizontal="true"
    android:textSize="34dp" />

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textAppearance="?android:attr/textAppearanceLarge"
    android:text="21"
    android:id="@+id/textView2"
    android:layout_marginTop="75dp"
    android:textSize="38dp"
    android:layout_below="@+id/textView"
    android:layout_centerHorizontal="true" />

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textAppearance="?android:attr/textAppearanceLarge"
    android:text="8"
    android:id="@+id/textView3"
    android:textSize="38dp"
    android:layout_below="@+id/textView2"
    android:layout_alignLeft="@+id/textView2"
    android:layout_alignStart="@+id/textView2" />
@rhexgomez
Copy link

android:text="21°"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants