All Projects → hcq0618 → Android-SGTextView

hcq0618 / Android-SGTextView

Licence: MIT license
同时带字体描边 渐变 阴影的TextView - both have stroker, gradient and shadow TextView

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android-SGTextView

Rwidgethelper
Android UI 快速开发,专治原生控件各种不服
Stars: ✭ 996 (+5433.33%)
Mutual labels:  textview, gradient, shadow
Thlabel
UILabel subclass, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.
Stars: ✭ 636 (+3433.33%)
Mutual labels:  gradient, shadow
Xamarin.forms.backgroundkit
🔨 A powerful Kit for customizing the background of Xamarin.Forms views
Stars: ✭ 167 (+827.78%)
Mutual labels:  gradient, shadow
hat-view
Allow to put "hat" on TextView. Inspired by Telegram appbar title with Santa Claus hat 🎅🏻
Stars: ✭ 51 (+183.33%)
Mutual labels:  textview
colr
Easy terminal colors, with chainable methods.
Stars: ✭ 32 (+77.78%)
Mutual labels:  gradient
DeepShadowMap
Real-Time Deep Shadow Maps for Unity3D
Stars: ✭ 36 (+100%)
Mutual labels:  shadow
PastelXamarinIos
🌒 Gradient animations on Xamarin-iOS
Stars: ✭ 17 (-5.56%)
Mutual labels:  gradient
IrregularGradient
Create animated irregular gradients in SwiftUI.
Stars: ✭ 127 (+605.56%)
Mutual labels:  gradient
Basic-Image-Processing
Implementation of Basic Digital Image Processing Tasks in Python / OpenCV
Stars: ✭ 102 (+466.67%)
Mutual labels:  gradient
Socially
Socially is a textView which is able to create separate clickable views according to your requirements.
Stars: ✭ 28 (+55.56%)
Mutual labels:  textview
SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
Stars: ✭ 165 (+816.67%)
Mutual labels:  gradient
TextViewPlus
an android library for setting custom font in xml layout
Stars: ✭ 27 (+50%)
Mutual labels:  textview
STTextView
📝 STTextView is a light-weight library that adds a placeholder to the UITextView.
Stars: ✭ 36 (+100%)
Mutual labels:  textview
LicenseTextView
Custom Lincese TextView for android
Stars: ✭ 31 (+72.22%)
Mutual labels:  textview
gradient-rs
A command line tool for playing with color gradients
Stars: ✭ 93 (+416.67%)
Mutual labels:  gradient
svg-non-stop
SVG import "Gradient has no stop info" fix
Stars: ✭ 65 (+261.11%)
Mutual labels:  gradient
Extract-Color-Palette-Api
Create gradient drawable by extracting prominent colors from image⚫⚪
Stars: ✭ 16 (-11.11%)
Mutual labels:  gradient
ProxGradPytorch
PyTorch implementation of Proximal Gradient Algorithms a la Parikh and Boyd (2014). Useful for Auto-Sizing (Murray and Chiang 2015, Murray et al. 2019).
Stars: ✭ 28 (+55.56%)
Mutual labels:  gradient
LuminousNewTab
Luminous New Tab is a beautiful 'new tab' browser extension that has an animated gradient background! New tabs will show your bookmarks, the time, weather and let you do searches too!
Stars: ✭ 18 (+0%)
Mutual labels:  gradient
Height-Based-Gradient-Color-Shaders-for-Unity
Height Based 2 color gradient shaders for Unity
Stars: ✭ 18 (+0%)
Mutual labels:  gradient

Android-SGTextView

同时带字体描边 渐变 阴影的TextView - both have stroker , Gradient and shadow TextView

for example:

    SGTextView tv = (SGTextView) findViewById(R.id.textview);
		tv.setTextSize(100);
		tv.setText("Test");
		
		tv.setStyle("#711304", "#ffe775", "#f1a212", 3, 15);
		tv.setShadowLayer(2, 0, 2, "#000000");

License

MIT License

Copyright (c) 2017 Hcq

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].