Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are he styles? #14

Closed
Kharlos opened this issue Mar 22, 2019 · 1 comment
Closed

Where are he styles? #14

Kharlos opened this issue Mar 22, 2019 · 1 comment

Comments

@Kharlos
Copy link

Kharlos commented Mar 22, 2019

well i clone the project but it dont have any of styles insade

TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PageCurlView);

		// Get data
		bEnableDebugMode = a.getBoolean(R.styleable.PageCurlView_enableDebugMode, bEnableDebugMode);
		mCurlSpeed = a.getInt(R.styleable.PageCurlView_curlSpeed, mCurlSpeed);
		mUpdateRate = a.getInt(R.styleable.PageCurlView_updateRate, mUpdateRate);
		mInitialEdgeOffset = a.getInt(R.styleable.PageCurlView_initialEdgeOffset, mInitialEdgeOffset);
		mCurlMode = a.getInt(R.styleable.PageCurlView_curlMode, mCurlMode);

wher are those styles?

@moritz-wundke
Copy link
Owner

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

No branches or pull requests

2 participants