Skip to content

Instantly share code, notes, and snippets.

View codevscolor's full-sized avatar
🎯
Focusing

Abhijeet codevscolor

🎯
Focusing
View GitHub Profile
<android.support.design.widget.TextInputLayout
android:id="@+id/layout_email"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColorHint="@color/colorHint">
<EditText
android:id="@+id/editTextEmail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
git init
git config --global user.name "your name"
git config --global user.email "your email"
git remote add origin git@github.com:codevscolor/testRepository.git
git add readme.txt
git commit -m "Adding readme"
git push origin master